com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_NRings.ST_NRings |
( |
| ) |
|
|
inlinepackage |
Definition at line 2536 of file HeavyDBSqlOperatorTable.java.
2538 SqlKind.OTHER_FUNCTION,
2541 OperandTypes.family(SqlTypeFamily.ANY),
2542 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_NRings.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2546 of file HeavyDBSqlOperatorTable.java.
2547 assert opBinding.getOperandCount() == 1;
2548 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2549 return typeFactory.createTypeWithNullability(
2550 typeFactory.createSqlType(SqlTypeName.INTEGER),
2551 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: