com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_XMin.ST_XMin |
( |
| ) |
|
|
inlinepackage |
Definition at line 1933 of file HeavyDBSqlOperatorTable.java.
1935 SqlKind.OTHER_FUNCTION,
1938 OperandTypes.family(SqlTypeFamily.ANY),
1939 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_XMin.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1943 of file HeavyDBSqlOperatorTable.java.
1944 assert opBinding.getOperandCount() == 1;
1945 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1946 return typeFactory.createTypeWithNullability(
1947 typeFactory.createSqlType(SqlTypeName.DOUBLE),
1948 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: