OmniSciDB  a5dc49c757
 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 901 of file HeavyDBSqlOperatorTable.java.

Constructor & Destructor Documentation

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

Definition at line 902 of file HeavyDBSqlOperatorTable.java.

902  {
903  super("FIRST_VALUE_IN_FRAME", SqlKind.FIRST_VALUE);
904  }

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