OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
com.mapd.calcite.parser.HeavyDBSqlOperatorTable.LastValueInFrame Class Reference
+ Inheritance diagram for com.mapd.calcite.parser.HeavyDBSqlOperatorTable.LastValueInFrame:
+ Collaboration diagram for com.mapd.calcite.parser.HeavyDBSqlOperatorTable.LastValueInFrame:

Public Member Functions

 LastValueInFrame ()
 
- Public Member Functions inherited from com.mapd.parser.extension.ddl.SqlFirstLastValueInFrame
 SqlFirstLastValueInFrame (String functionName, SqlKind kind)
 
boolean allowsNullTreatment ()
 
boolean allowsFraming ()
 

Detailed Description

Definition at line 902 of file HeavyDBSqlOperatorTable.java.

Constructor & Destructor Documentation

com.mapd.calcite.parser.HeavyDBSqlOperatorTable.LastValueInFrame.LastValueInFrame ( )
inline

Definition at line 903 of file HeavyDBSqlOperatorTable.java.

903  {
904  super("LAST_VALUE_IN_FRAME", SqlKind.LAST_VALUE);
905  }

The documentation for this class was generated from the following file: