com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_XMin.ST_XMin |
( |
| ) |
|
|
inlinepackage |
Definition at line 2316 of file HeavyDBSqlOperatorTable.java.
2318 SqlKind.OTHER_FUNCTION,
2321 OperandTypes.family(SqlTypeFamily.ANY),
2322 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_XMin.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2326 of file HeavyDBSqlOperatorTable.java.
2327 assert opBinding.getOperandCount() == 1;
2328 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2329 return typeFactory.createTypeWithNullability(
2330 typeFactory.createSqlType(SqlTypeName.DOUBLE),
2331 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: