OmniSciDB  f17484ade4
 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 3433 of file HeavyDBSqlOperatorTable.java.

Constructor & Destructor Documentation

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

Definition at line 3434 of file HeavyDBSqlOperatorTable.java.

3434  {
3435  super("FORWARD_FILL",
3436  null,
3437  SqlKind.WINDOW,
3438  ReturnTypes.ARG0,
3439  null,
3440  OperandTypes.family(SqlTypeFamily.ANY),
3441  SqlFunctionCategory.SYSTEM,
3442  false,
3443  true,
3444  Optionality.FORBIDDEN);
3445  }

Member Function Documentation

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

Definition at line 3448 of file HeavyDBSqlOperatorTable.java.

3448  {
3449  return false;
3450  }

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