com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_PointN.ST_PointN |
( |
| ) |
|
|
inlinepackage |
Definition at line 2396 of file HeavyDBSqlOperatorTable.java.
2398 SqlKind.OTHER_FUNCTION,
2401 OperandTypes.family(SqlTypeFamily.ANY, SqlTypeFamily.INTEGER),
2402 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_PointN.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2406 of file HeavyDBSqlOperatorTable.java.
2407 assert opBinding.getOperandCount() == 1;
2408 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2409 return typeFactory.createTypeWithNullability(
2410 typeFactory.createSqlType(SqlTypeName.INTEGER),
2411 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: