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

Public Member Functions

 FirstValueInFrame ()
 
- 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 896 of file HeavyDBSqlOperatorTable.java.

Constructor & Destructor Documentation

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

Definition at line 897 of file HeavyDBSqlOperatorTable.java.

897  {
898  super("FIRST_VALUE_IN_FRAME", SqlKind.FIRST_VALUE);
899  }

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