com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_YMin.ST_YMin |
( |
| ) |
|
|
inlinepackage |
Definition at line 2356 of file HeavyDBSqlOperatorTable.java.
2358 SqlKind.OTHER_FUNCTION,
2361 OperandTypes.family(SqlTypeFamily.ANY),
2362 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_YMin.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2366 of file HeavyDBSqlOperatorTable.java.
2367 assert opBinding.getOperandCount() == 1;
2368 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2369 return typeFactory.createTypeWithNullability(
2370 typeFactory.createSqlType(SqlTypeName.DOUBLE),
2371 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: