com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_NumGeometries.ST_NumGeometries |
( |
| ) |
|
|
inlinepackage |
Definition at line 2556 of file HeavyDBSqlOperatorTable.java.
2557 super(
"ST_NumGeometries",
2558 SqlKind.OTHER_FUNCTION,
2561 OperandTypes.family(SqlTypeFamily.ANY),
2562 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_NumGeometries.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2566 of file HeavyDBSqlOperatorTable.java.
2567 assert opBinding.getOperandCount() == 1;
2568 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2569 return typeFactory.createTypeWithNullability(
2570 typeFactory.createSqlType(SqlTypeName.INTEGER),
2571 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: