com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_YMin.ST_YMin |
( |
| ) |
|
|
inlinepackage |
Definition at line 1973 of file HeavyDBSqlOperatorTable.java.
1975 SqlKind.OTHER_FUNCTION,
1978 OperandTypes.family(SqlTypeFamily.ANY),
1979 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_YMin.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1983 of file HeavyDBSqlOperatorTable.java.
1984 assert opBinding.getOperandCount() == 1;
1985 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1986 return typeFactory.createTypeWithNullability(
1987 typeFactory.createSqlType(SqlTypeName.DOUBLE),
1988 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: