Definition at line 1490 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.ST_YMin.ST_YMin |
( |
| ) |
|
|
inlinepackage |
Definition at line 1491 of file MapDSqlOperatorTable.java.
1493 SqlKind.OTHER_FUNCTION,
1496 OperandTypes.family(SqlTypeFamily.ANY),
1497 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.ST_YMin.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1501 of file MapDSqlOperatorTable.java.
1502 assert opBinding.getOperandCount() == 1;
1503 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1504 return typeFactory.createTypeWithNullability(
1505 typeFactory.createSqlType(SqlTypeName.DOUBLE),
1506 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: