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

Public Member Functions

 All ()
 
RelDataType inferReturnType (SqlOperatorBinding opBinding)
 

Detailed Description

Definition at line 482 of file HeavyDBSqlOperatorTable.java.

Constructor & Destructor Documentation

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

Definition at line 483 of file HeavyDBSqlOperatorTable.java.

483  {
484  super("PG_ALL",
485  SqlKind.OTHER_FUNCTION,
486  null,
487  null,
488  OperandTypes.ARRAY,
489  SqlFunctionCategory.SYSTEM);
490  }

Member Function Documentation

RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.All.inferReturnType ( SqlOperatorBinding  opBinding)
inline

Definition at line 493 of file HeavyDBSqlOperatorTable.java.

493  {
494  assert opBinding.getOperandCount() == 1;
495  RelDataType elem_type = opBinding.getOperandType(0).getComponentType();
496  assert elem_type != null;
497  return elem_type;
498  }

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