com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_PointN.ST_PointN |
( |
| ) |
|
|
inlinepackage |
Definition at line 2013 of file HeavyDBSqlOperatorTable.java.
2015 SqlKind.OTHER_FUNCTION,
2018 OperandTypes.family(SqlTypeFamily.ANY, SqlTypeFamily.INTEGER),
2019 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_PointN.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2023 of file HeavyDBSqlOperatorTable.java.
2024 assert opBinding.getOperandCount() == 1;
2025 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2026 return typeFactory.createTypeWithNullability(
2027 typeFactory.createSqlType(SqlTypeName.INTEGER),
2028 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: