com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_XMin.ST_XMin |
( |
| ) |
|
|
inlinepackage |
Definition at line 1717 of file HeavyDBSqlOperatorTable.java.
1719 SqlKind.OTHER_FUNCTION,
1722 OperandTypes.family(SqlTypeFamily.ANY),
1723 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_XMin.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1727 of file HeavyDBSqlOperatorTable.java.
1728 assert opBinding.getOperandCount() == 1;
1729 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1730 return typeFactory.createTypeWithNullability(
1731 typeFactory.createSqlType(SqlTypeName.DOUBLE),
1732 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: