com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ApproxQuantile.ApproxQuantile |
( |
| ) |
|
|
inlinepackage |
Definition at line 2924 of file HeavyDBSqlOperatorTable.java.
2925 super(
"APPROX_QUANTILE",
2926 SqlKind.OTHER_FUNCTION,
2929 OperandTypes.family(SqlTypeFamily.NUMERIC, SqlTypeFamily.NUMERIC),
2930 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ApproxQuantile.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2934 of file HeavyDBSqlOperatorTable.java.
2935 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2936 return typeFactory.createSqlType(SqlTypeName.DOUBLE);
The documentation for this class was generated from the following file: