Definition at line 1077 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.ST_XMax.ST_XMax |
( |
| ) |
|
|
inlinepackage |
Definition at line 1078 of file MapDSqlOperatorTable.java.
1080 SqlKind.OTHER_FUNCTION,
1083 OperandTypes.family(SqlTypeFamily.ANY),
1084 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.ST_XMax.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1088 of file MapDSqlOperatorTable.java.
References assert().
1089 assert opBinding.getOperandCount() == 1;
1090 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1091 return typeFactory.createSqlType(SqlTypeName.DOUBLE);
int64_t const int32_t sz assert(dest)
The documentation for this class was generated from the following file: