OmniSciDB  c1a53651b2
 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 2232 of file HeavyDBSqlOperatorTable.java.

Constructor & Destructor Documentation

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

Definition at line 2233 of file HeavyDBSqlOperatorTable.java.

2233  {
2234  super("ST_Point",
2235  SqlKind.OTHER_FUNCTION,
2236  null,
2237  null,
2238  OperandTypes.family(SqlTypeFamily.NUMERIC, SqlTypeFamily.NUMERIC),
2239  SqlFunctionCategory.SYSTEM);
2240  }

Member Function Documentation

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

Definition at line 2243 of file HeavyDBSqlOperatorTable.java.

2243  {
2244  assert opBinding.getOperandCount() == 2;
2245  final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2246  return typeFactory.createSqlType(SqlTypeName.INTEGER);
2247  }

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