Class GAge.AgeTimeStampToDate
java.lang.Object
org.apache.drill.exec.expr.fn.impl.GAge.AgeTimeStampToDate
- All Implemented Interfaces:
DrillFunc
,DrillSimpleFunc
- Enclosing class:
- GAge
Binary form, returns the interval between `right` and `left`.
Note that this function does not count calendar boundary crossings,
e.g. between yesterday 23:00 and today 01:00 is two hours, not one day.
Modeled on the AGE function in PostgreSQL, see
https://www.postgresql.org/docs/current/functions-datetime.html.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
AgeTimeStampToDate
public AgeTimeStampToDate()
-
-
Method Details
-
setup
public void setup()- Specified by:
setup
in interfaceDrillSimpleFunc
-
eval
public void eval()- Specified by:
eval
in interfaceDrillSimpleFunc
-