com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_SRID.ST_SRID |
( |
| ) |
|
|
inlinepackage |
Definition at line 2576 of file HeavyDBSqlOperatorTable.java.
2578 SqlKind.OTHER_FUNCTION,
2581 OperandTypes.family(SqlTypeFamily.ANY),
2582 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_SRID.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2586 of file HeavyDBSqlOperatorTable.java.
2587 assert opBinding.getOperandCount() == 1;
2588 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2589 return typeFactory.createTypeWithNullability(
2590 typeFactory.createSqlType(SqlTypeName.INTEGER),
2591 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: