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

Public Member Functions

 RPad ()
 
- Public Member Functions inherited from com.mapd.calcite.parser.HeavyDBSqlOperatorTable.LeftRightPad
 LeftRightPad (final String name)
 
SqlCall createCall (@Nullable SqlLiteral functionQualifier, SqlParserPos pos,@Nullable SqlNode...operands)
 
boolean checkOperandTypes (SqlCallBinding callBinding, boolean throwOnFailure)
 
boolean requiresCreate (List< SqlNode > operands)
 

Detailed Description

Definition at line 1163 of file HeavyDBSqlOperatorTable.java.

Constructor & Destructor Documentation

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

Definition at line 1164 of file HeavyDBSqlOperatorTable.java.

1164  {
1165  super("RPAD");
1166  }

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