Definition at line 1281 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.ST_YMin.ST_YMin |
( |
| ) |
|
|
inlinepackage |
Definition at line 1282 of file MapDSqlOperatorTable.java.
1284 SqlKind.OTHER_FUNCTION,
1287 OperandTypes.family(SqlTypeFamily.ANY),
1288 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.ST_YMin.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1292 of file MapDSqlOperatorTable.java.
References DOUBLE.
1293 assert opBinding.getOperandCount() == 1;
1294 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1295 return typeFactory.createTypeWithNullability(
1297 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: