com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_SRID.ST_SRID |
( |
| ) |
|
|
inlinepackage |
Definition at line 2193 of file HeavyDBSqlOperatorTable.java.
2195 SqlKind.OTHER_FUNCTION,
2198 OperandTypes.family(SqlTypeFamily.ANY),
2199 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_SRID.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2203 of file HeavyDBSqlOperatorTable.java.
2204 assert opBinding.getOperandCount() == 1;
2205 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2206 return typeFactory.createTypeWithNullability(
2207 typeFactory.createSqlType(SqlTypeName.INTEGER),
2208 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: