Definition at line 1059 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.ST_XMin.ST_XMin |
( |
| ) |
|
|
inlinepackage |
Definition at line 1060 of file MapDSqlOperatorTable.java.
1062 SqlKind.OTHER_FUNCTION,
1065 OperandTypes.family(SqlTypeFamily.ANY),
1066 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.ST_XMin.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1070 of file MapDSqlOperatorTable.java.
References assert().
1071 assert opBinding.getOperandCount() == 1;
1072 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1073 return typeFactory.createSqlType(SqlTypeName.DOUBLE);
int64_t const int32_t sz assert(dest)
The documentation for this class was generated from the following file: