com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_YMin.ST_YMin |
( |
| ) |
|
|
inlinepackage |
Definition at line 2161 of file HeavyDBSqlOperatorTable.java.
2163 SqlKind.OTHER_FUNCTION,
2166 OperandTypes.family(SqlTypeFamily.ANY),
2167 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_YMin.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2171 of file HeavyDBSqlOperatorTable.java.
2172 assert opBinding.getOperandCount() == 1;
2173 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2174 return typeFactory.createTypeWithNullability(
2175 typeFactory.createSqlType(SqlTypeName.DOUBLE),
2176 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: