com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_SetSRID.ST_SetSRID |
( |
| ) |
|
|
inlinepackage |
Definition at line 1974 of file HeavyDBSqlOperatorTable.java.
1976 SqlKind.OTHER_FUNCTION,
1979 OperandTypes.family(SqlTypeFamily.ANY, SqlTypeFamily.INTEGER),
1980 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_SetSRID.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1984 of file HeavyDBSqlOperatorTable.java.
1985 assert opBinding.getOperandCount() == 1;
1986 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1987 return typeFactory.createTypeWithNullability(
1988 typeFactory.createSqlType(SqlTypeName.INTEGER),
1989 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: