Package org.apache.drill.exec.udfs
Class DateFunctions
java.lang.Object
org.apache.drill.exec.udfs.DateFunctions
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
This function takes two arguments, an input date object, and an interval and returns the previous date that is the first date in that period.static class
This function takes three arguments, an input date string, an input date format string, and an interval and returns the previous date that is the first date in that period.static class
static class
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DateFunctions
public DateFunctions()
-