Definition at line 1470 of file MapDSqlOperatorTable.java.
◆ ST_XMax()
com.mapd.calcite.parser.MapDSqlOperatorTable.ST_XMax.ST_XMax |
( |
| ) |
|
|
inlinepackage |
Definition at line 1471 of file MapDSqlOperatorTable.java.
1473 SqlKind.OTHER_FUNCTION,
1476 OperandTypes.family(SqlTypeFamily.ANY),
1477 SqlFunctionCategory.SYSTEM);
◆ inferReturnType()
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.ST_XMax.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1481 of file MapDSqlOperatorTable.java.
1482 assert opBinding.getOperandCount() == 1;
1483 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1484 return typeFactory.createTypeWithNullability(
1485 typeFactory.createSqlType(SqlTypeName.DOUBLE),
1486 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: