com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_XMax.ST_XMax |
( |
| ) |
|
|
inlinepackage |
Definition at line 2141 of file HeavyDBSqlOperatorTable.java.
2143 SqlKind.OTHER_FUNCTION,
2146 OperandTypes.family(SqlTypeFamily.ANY),
2147 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_XMax.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2151 of file HeavyDBSqlOperatorTable.java.
2152 assert opBinding.getOperandCount() == 1;
2153 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2154 return typeFactory.createTypeWithNullability(
2155 typeFactory.createSqlType(SqlTypeName.DOUBLE),
2156 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: