public class QuantileSqlAggregator extends Object implements SqlAggregator
| Constructor and Description |
|---|
QuantileSqlAggregator() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.sql.SqlAggFunction |
calciteFunction() |
Aggregation |
toDruidAggregation(PlannerContext plannerContext,
RowSignature rowSignature,
org.apache.calcite.rex.RexBuilder rexBuilder,
String name,
org.apache.calcite.rel.core.AggregateCall aggregateCall,
org.apache.calcite.rel.core.Project project,
List<Aggregation> existingAggregations,
boolean finalizeAggregations) |
public org.apache.calcite.sql.SqlAggFunction calciteFunction()
calciteFunction in interface SqlAggregator@Nullable public Aggregation toDruidAggregation(PlannerContext plannerContext, RowSignature rowSignature, org.apache.calcite.rex.RexBuilder rexBuilder, String name, org.apache.calcite.rel.core.AggregateCall aggregateCall, org.apache.calcite.rel.core.Project project, List<Aggregation> existingAggregations, boolean finalizeAggregations)
toDruidAggregation in interface SqlAggregatorCopyright © 2011–2018. All rights reserved.