Definition at line 1727 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.ApproxMedian.ApproxMedian |
( |
| ) |
|
|
inlinepackage |
Definition at line 1728 of file MapDSqlOperatorTable.java.
1729 super(
"APPROX_MEDIAN",
1731 SqlKind.OTHER_FUNCTION,
1734 OperandTypes.family(SqlTypeFamily.NUMERIC),
1735 SqlFunctionCategory.SYSTEM,
1738 Optionality.FORBIDDEN);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.ApproxMedian.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
The documentation for this class was generated from the following file: