public class Aggregation extends Object
| Constructor and Description |
|---|
Aggregation(ImmutableSegment immutableSegment,
SegmentMetadataImpl metadata,
List<Integer> filteredDocIds,
List<AggregationInfo> aggregationsInfo,
List<String> groupByColumns,
long topN) |
Aggregation(List<AggregationInfo> aggregationsInfo,
List<String> groupByColumns,
long topN) |
| Modifier and Type | Method and Description |
|---|---|
ResultTable |
aggregate(ResultTable input) |
ResultTable |
run() |
public Aggregation(List<AggregationInfo> aggregationsInfo, List<String> groupByColumns, long topN)
public Aggregation(ImmutableSegment immutableSegment, SegmentMetadataImpl metadata, List<Integer> filteredDocIds, List<AggregationInfo> aggregationsInfo, List<String> groupByColumns, long topN)
public ResultTable run()
public ResultTable aggregate(ResultTable input)
Copyright © 2018–2020 Apache Software Foundation. All rights reserved.