com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_SetSRID.ST_SetSRID |
( |
| ) |
|
|
inlinepackage |
Definition at line 2596 of file HeavyDBSqlOperatorTable.java.
2598 SqlKind.OTHER_FUNCTION,
2601 OperandTypes.family(SqlTypeFamily.ANY, SqlTypeFamily.INTEGER),
2602 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_SetSRID.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2606 of file HeavyDBSqlOperatorTable.java.
2607 assert opBinding.getOperandCount() == 1;
2608 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2609 return typeFactory.createTypeWithNullability(
2610 typeFactory.createSqlType(SqlTypeName.INTEGER),
2611 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: