Definition at line 1450 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.ST_XMin.ST_XMin |
( |
| ) |
|
|
inlinepackage |
Definition at line 1451 of file MapDSqlOperatorTable.java.
1453 SqlKind.OTHER_FUNCTION,
1456 OperandTypes.family(SqlTypeFamily.ANY),
1457 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.ST_XMin.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1461 of file MapDSqlOperatorTable.java.
1462 assert opBinding.getOperandCount() == 1;
1463 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1464 return typeFactory.createTypeWithNullability(
1465 typeFactory.createSqlType(SqlTypeName.DOUBLE),
1466 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: