Class GAge.AgeDateToTimeStamp
java.lang.Object
org.apache.drill.exec.expr.fn.impl.GAge.AgeDateToTimeStamp
- 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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
AgeDateToTimeStamppublic AgeDateToTimeStamp()
 
- 
- 
Method Details- 
setuppublic void setup()- Specified by:
- setupin interface- DrillSimpleFunc
 
- 
evalpublic void eval()- Specified by:
- evalin interface- DrillSimpleFunc
 
 
-