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

Constructor & Destructor Documentation

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

Definition at line 1162 of file HeavyDBSqlOperatorTable.java.

1162  {
1163  super("RPAD");
1164  }

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