com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_XMax.ST_XMax |
( |
| ) |
|
|
inlinepackage |
Definition at line 1953 of file HeavyDBSqlOperatorTable.java.
1955 SqlKind.OTHER_FUNCTION,
1958 OperandTypes.family(SqlTypeFamily.ANY),
1959 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_XMax.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1963 of file HeavyDBSqlOperatorTable.java.
1964 assert opBinding.getOperandCount() == 1;
1965 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1966 return typeFactory.createTypeWithNullability(
1967 typeFactory.createSqlType(SqlTypeName.DOUBLE),
1968 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: