com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Point.ST_Point |
( |
| ) |
|
|
inlinepackage |
Definition at line 2616 of file HeavyDBSqlOperatorTable.java.
2618 SqlKind.OTHER_FUNCTION,
2621 OperandTypes.family(SqlTypeFamily.NUMERIC, SqlTypeFamily.NUMERIC),
2622 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Point.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2626 of file HeavyDBSqlOperatorTable.java.
2627 assert opBinding.getOperandCount() == 2;
2628 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2629 return typeFactory.createSqlType(SqlTypeName.INTEGER);
The documentation for this class was generated from the following file: