com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_NPoints.ST_NPoints |
( |
| ) |
|
|
inlinepackage |
Definition at line 2133 of file HeavyDBSqlOperatorTable.java.
2135 SqlKind.OTHER_FUNCTION,
2138 OperandTypes.family(SqlTypeFamily.ANY),
2139 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_NPoints.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2143 of file HeavyDBSqlOperatorTable.java.
2144 assert opBinding.getOperandCount() == 1;
2145 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2146 return typeFactory.createTypeWithNullability(
2147 typeFactory.createSqlType(SqlTypeName.INTEGER),
2148 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: