com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_SRID.ST_SRID |
( |
| ) |
|
|
inlinepackage |
Definition at line 2381 of file HeavyDBSqlOperatorTable.java.
2383 SqlKind.OTHER_FUNCTION,
2386 OperandTypes.family(SqlTypeFamily.ANY),
2387 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_SRID.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2391 of file HeavyDBSqlOperatorTable.java.
2392 assert opBinding.getOperandCount() == 1;
2393 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2394 return typeFactory.createTypeWithNullability(
2395 typeFactory.createSqlType(SqlTypeName.INTEGER),
2396 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: