com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_NRings.ST_NRings |
( |
| ) |
|
|
inlinepackage |
Definition at line 1937 of file HeavyDBSqlOperatorTable.java.
1939 SqlKind.OTHER_FUNCTION,
1942 OperandTypes.family(SqlTypeFamily.ANY),
1943 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_NRings.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1947 of file HeavyDBSqlOperatorTable.java.
1948 assert opBinding.getOperandCount() == 1;
1949 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1950 return typeFactory.createTypeWithNullability(
1951 typeFactory.createSqlType(SqlTypeName.INTEGER),
1952 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: