OmniSciDB  72c90bc290
 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 3489 of file HeavyDBSqlOperatorTable.java.

Constructor & Destructor Documentation

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

Definition at line 3490 of file HeavyDBSqlOperatorTable.java.

3490  {
3491  super("FORWARD_FILL",
3492  null,
3493  SqlKind.WINDOW,
3494  ReturnTypes.ARG0,
3495  null,
3496  OperandTypes.family(SqlTypeFamily.ANY),
3497  SqlFunctionCategory.SYSTEM,
3498  false,
3499  true,
3500  Optionality.FORBIDDEN);
3501  }

Member Function Documentation

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

Definition at line 3504 of file HeavyDBSqlOperatorTable.java.

3504  {
3505  return false;
3506  }

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