com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_YMax.ST_YMax |
( |
| ) |
|
|
inlinepackage |
Definition at line 2376 of file HeavyDBSqlOperatorTable.java.
2378 SqlKind.OTHER_FUNCTION,
2381 OperandTypes.family(SqlTypeFamily.ANY),
2382 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_YMax.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2386 of file HeavyDBSqlOperatorTable.java.
2387 assert opBinding.getOperandCount() == 1;
2388 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2389 return typeFactory.createTypeWithNullability(
2390 typeFactory.createSqlType(SqlTypeName.DOUBLE),
2391 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: