Definition at line 1301 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.ST_YMax.ST_YMax |
( |
| ) |
|
|
inlinepackage |
Definition at line 1302 of file MapDSqlOperatorTable.java.
1304 SqlKind.OTHER_FUNCTION,
1307 OperandTypes.family(SqlTypeFamily.ANY),
1308 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.ST_YMax.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1312 of file MapDSqlOperatorTable.java.
References DOUBLE.
1313 assert opBinding.getOperandCount() == 1;
1314 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1315 return typeFactory.createTypeWithNullability(
1317 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: