OmniSciDB  72c90bc290
 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 2474 of file HeavyDBSqlOperatorTable.java.

Constructor & Destructor Documentation

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

Definition at line 2475 of file HeavyDBSqlOperatorTable.java.

2475  {
2476  super("ST_Point",
2477  SqlKind.OTHER_FUNCTION,
2478  null,
2479  null,
2480  OperandTypes.family(SqlTypeFamily.NUMERIC, SqlTypeFamily.NUMERIC),
2481  SqlFunctionCategory.SYSTEM);
2482  }

Member Function Documentation

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

Definition at line 2485 of file HeavyDBSqlOperatorTable.java.

2485  {
2486  assert opBinding.getOperandCount() == 2;
2487  final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2488  return typeFactory.createSqlType(SqlTypeName.INTEGER);
2489  }

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