Class Aggregation
- java.lang.Object
-
- org.apache.pinot.tools.scan.query.Aggregation
-
public class Aggregation extends Object
-
-
Constructor Summary
Constructors Constructor Description Aggregation(List<AggregationInfo> aggregationsInfo, List<String> groupByColumns, long topN)Aggregation(org.apache.pinot.segment.spi.ImmutableSegment immutableSegment, org.apache.pinot.segment.spi.index.metadata.SegmentMetadataImpl metadata, List<Integer> filteredDocIds, List<AggregationInfo> aggregationsInfo, List<String> groupByColumns, long topN)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResultTableaggregate(ResultTable input)ResultTablerun()
-
-
-
Constructor Detail
-
Aggregation
public Aggregation(List<AggregationInfo> aggregationsInfo, List<String> groupByColumns, long topN)
-
-
Method Detail
-
run
public ResultTable run()
-
aggregate
public ResultTable aggregate(ResultTable input)
-
-