com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ApproxQuantile.ApproxQuantile |
( |
| ) |
|
|
inlinepackage |
Definition at line 2259 of file HeavyDBSqlOperatorTable.java.
2260 super(
"APPROX_QUANTILE",
2262 SqlKind.OTHER_FUNCTION,
2265 OperandTypes.family(SqlTypeFamily.NUMERIC, SqlTypeFamily.NUMERIC),
2266 SqlFunctionCategory.SYSTEM,
2269 Optionality.FORBIDDEN);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ApproxQuantile.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2273 of file HeavyDBSqlOperatorTable.java.
2274 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2275 return typeFactory.createSqlType(SqlTypeName.DOUBLE);
The documentation for this class was generated from the following file: