com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_NPoints.ST_NPoints |
( |
| ) |
|
|
inlinepackage |
Definition at line 2516 of file HeavyDBSqlOperatorTable.java.
2518 SqlKind.OTHER_FUNCTION,
2521 OperandTypes.family(SqlTypeFamily.ANY),
2522 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_NPoints.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2526 of file HeavyDBSqlOperatorTable.java.
2527 assert opBinding.getOperandCount() == 1;
2528 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2529 return typeFactory.createTypeWithNullability(
2530 typeFactory.createSqlType(SqlTypeName.INTEGER),
2531 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: