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

Public Member Functions

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

Detailed Description

Definition at line 884 of file HeavyDBSqlOperatorTable.java.

Constructor & Destructor Documentation

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

Definition at line 885 of file HeavyDBSqlOperatorTable.java.

885  {
886  super("LAG_IN_FRAME", SqlKind.LAG);
887  }

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