OmniSciDB  a5dc49c757
 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 487 of file HeavyDBSqlOperatorTable.java.

Constructor & Destructor Documentation

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

Definition at line 488 of file HeavyDBSqlOperatorTable.java.

488  {
489  super("PG_ALL",
490  SqlKind.OTHER_FUNCTION,
491  null,
492  null,
493  OperandTypes.ARRAY,
494  SqlFunctionCategory.SYSTEM);
495  }

Member Function Documentation

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

Definition at line 498 of file HeavyDBSqlOperatorTable.java.

498  {
499  assert opBinding.getOperandCount() == 1;
500  RelDataType elem_type = opBinding.getOperandType(0).getComponentType();
501  assert elem_type != null;
502  return elem_type;
503  }

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