com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_XMax.ST_XMax |
( |
| ) |
|
|
inlinepackage |
Definition at line 2336 of file HeavyDBSqlOperatorTable.java.
2338 SqlKind.OTHER_FUNCTION,
2341 OperandTypes.family(SqlTypeFamily.ANY),
2342 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_XMax.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2346 of file HeavyDBSqlOperatorTable.java.
2347 assert opBinding.getOperandCount() == 1;
2348 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2349 return typeFactory.createTypeWithNullability(
2350 typeFactory.createSqlType(SqlTypeName.DOUBLE),
2351 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: