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

Public Member Functions

RelDataType inferReturnType (SqlOperatorBinding opBinding)
 

Package Functions

 ST_Point ()
 

Detailed Description

Definition at line 2615 of file HeavyDBSqlOperatorTable.java.

Constructor & Destructor Documentation

com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Point.ST_Point ( )
inlinepackage

Definition at line 2616 of file HeavyDBSqlOperatorTable.java.

2616  {
2617  super("ST_Point",
2618  SqlKind.OTHER_FUNCTION,
2619  null,
2620  null,
2621  OperandTypes.family(SqlTypeFamily.NUMERIC, SqlTypeFamily.NUMERIC),
2622  SqlFunctionCategory.SYSTEM);
2623  }

Member Function Documentation

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

Definition at line 2626 of file HeavyDBSqlOperatorTable.java.

2626  {
2627  assert opBinding.getOperandCount() == 2;
2628  final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2629  return typeFactory.createSqlType(SqlTypeName.INTEGER);
2630  }

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