Definition at line 1461 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.ST_NRings.ST_NRings |
( |
| ) |
|
|
inlinepackage |
Definition at line 1462 of file MapDSqlOperatorTable.java.
1464 SqlKind.OTHER_FUNCTION,
1467 OperandTypes.family(SqlTypeFamily.ANY),
1468 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.ST_NRings.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1472 of file MapDSqlOperatorTable.java.
References INTEGER.
1473 assert opBinding.getOperandCount() == 1;
1474 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1475 return typeFactory.createTypeWithNullability(
1477 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: