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

Public Member Functions

 LeadInFrame ()
 
- 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 876 of file HeavyDBSqlOperatorTable.java.

Constructor & Destructor Documentation

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

Definition at line 877 of file HeavyDBSqlOperatorTable.java.

877  {
878  super("LEAD_IN_FRAME", SqlKind.LEAD);
879  }

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