com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Point.ST_Point |
( |
| ) |
|
|
inlinepackage |
Definition at line 2233 of file HeavyDBSqlOperatorTable.java.
2235 SqlKind.OTHER_FUNCTION,
2238 OperandTypes.family(SqlTypeFamily.NUMERIC, SqlTypeFamily.NUMERIC),
2239 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Point.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2243 of file HeavyDBSqlOperatorTable.java.
2244 assert opBinding.getOperandCount() == 2;
2245 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2246 return typeFactory.createSqlType(SqlTypeName.INTEGER);
The documentation for this class was generated from the following file: