com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_SRID.ST_SRID |
( |
| ) |
|
|
inlinepackage |
Definition at line 1954 of file HeavyDBSqlOperatorTable.java.
1956 SqlKind.OTHER_FUNCTION,
1959 OperandTypes.family(SqlTypeFamily.ANY),
1960 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_SRID.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1964 of file HeavyDBSqlOperatorTable.java.
1965 assert opBinding.getOperandCount() == 1;
1966 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1967 return typeFactory.createTypeWithNullability(
1968 typeFactory.createSqlType(SqlTypeName.INTEGER),
1969 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: