com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_XMin.ST_XMin |
( |
| ) |
|
|
inlinepackage |
Definition at line 2121 of file HeavyDBSqlOperatorTable.java.
2123 SqlKind.OTHER_FUNCTION,
2126 OperandTypes.family(SqlTypeFamily.ANY),
2127 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_XMin.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2131 of file HeavyDBSqlOperatorTable.java.
2132 assert opBinding.getOperandCount() == 1;
2133 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2134 return typeFactory.createTypeWithNullability(
2135 typeFactory.createSqlType(SqlTypeName.DOUBLE),
2136 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: