Definition at line 1936 of file MapDSqlOperatorTable.java.
◆ ApproxMedian()
com.mapd.calcite.parser.MapDSqlOperatorTable.ApproxMedian.ApproxMedian |
( |
| ) |
|
|
inlinepackage |
Definition at line 1937 of file MapDSqlOperatorTable.java.
1938 super(
"APPROX_MEDIAN",
1940 SqlKind.OTHER_FUNCTION,
1943 OperandTypes.family(SqlTypeFamily.NUMERIC),
1944 SqlFunctionCategory.SYSTEM,
1947 Optionality.FORBIDDEN);
◆ inferReturnType()
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.ApproxMedian.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1951 of file MapDSqlOperatorTable.java.
1952 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1953 return typeFactory.createSqlType(SqlTypeName.DOUBLE);
The documentation for this class was generated from the following file: