Definition at line 1650 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.ST_NPoints.ST_NPoints |
( |
| ) |
|
|
inlinepackage |
Definition at line 1651 of file MapDSqlOperatorTable.java.
1653 SqlKind.OTHER_FUNCTION,
1656 OperandTypes.family(SqlTypeFamily.ANY),
1657 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.ST_NPoints.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1661 of file MapDSqlOperatorTable.java.
1662 assert opBinding.getOperandCount() == 1;
1663 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1664 return typeFactory.createTypeWithNullability(
1665 typeFactory.createSqlType(SqlTypeName.INTEGER),
1666 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: