com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Y.ST_Y |
( |
| ) |
|
|
inlinepackage |
Definition at line 2296 of file HeavyDBSqlOperatorTable.java.
2298 SqlKind.OTHER_FUNCTION,
2301 OperandTypes.family(SqlTypeFamily.ANY),
2302 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Y.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2306 of file HeavyDBSqlOperatorTable.java.
2307 assert opBinding.getOperandCount() == 1;
2308 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2309 return typeFactory.createTypeWithNullability(
2310 typeFactory.createSqlType(SqlTypeName.DOUBLE),
2311 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: