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

Public Member Functions

 ForwardFill ()
 
boolean allowsFraming ()
 

Detailed Description

Definition at line 3630 of file HeavyDBSqlOperatorTable.java.

Constructor & Destructor Documentation

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

Definition at line 3631 of file HeavyDBSqlOperatorTable.java.

3631  {
3632  super("FORWARD_FILL",
3633  null,
3634  SqlKind.WINDOW,
3635  ReturnTypes.ARG0,
3636  null,
3637  OperandTypes.family(SqlTypeFamily.ANY),
3638  SqlFunctionCategory.SYSTEM,
3639  false,
3640  true,
3641  Optionality.FORBIDDEN);
3642  }

Member Function Documentation

boolean com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ForwardFill.allowsFraming ( )
inline

Definition at line 3645 of file HeavyDBSqlOperatorTable.java.

3645  {
3646  return false;
3647  }

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