com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_SetSRID.ST_SetSRID |
( |
| ) |
|
|
inlinepackage |
Definition at line 2401 of file HeavyDBSqlOperatorTable.java.
2403 SqlKind.OTHER_FUNCTION,
2406 OperandTypes.family(SqlTypeFamily.ANY, SqlTypeFamily.INTEGER),
2407 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_SetSRID.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2411 of file HeavyDBSqlOperatorTable.java.
2412 assert opBinding.getOperandCount() == 1;
2413 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2414 return typeFactory.createTypeWithNullability(
2415 typeFactory.createSqlType(SqlTypeName.INTEGER),
2416 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: