com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_NumGeometries.ST_NumGeometries |
( |
| ) |
|
|
inlinepackage |
Definition at line 2173 of file HeavyDBSqlOperatorTable.java.
2174 super(
"ST_NumGeometries",
2175 SqlKind.OTHER_FUNCTION,
2178 OperandTypes.family(SqlTypeFamily.ANY),
2179 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_NumGeometries.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2183 of file HeavyDBSqlOperatorTable.java.
2184 assert opBinding.getOperandCount() == 1;
2185 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2186 return typeFactory.createTypeWithNullability(
2187 typeFactory.createSqlType(SqlTypeName.INTEGER),
2188 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: