Uses of Class
org.apache.pinot.common.response.broker.GroupByResult
-
Packages that use GroupByResult Package Description org.apache.pinot.common.response.broker -
-
Uses of GroupByResult in org.apache.pinot.common.response.broker
Methods in org.apache.pinot.common.response.broker that return types with arguments of type GroupByResult Modifier and Type Method Description List<GroupByResult>AggregationResult. getGroupByResult()Set groupByResults for the aggregation function.Method parameters in org.apache.pinot.common.response.broker with type arguments of type GroupByResult Modifier and Type Method Description voidAggregationResult. setGroupByResult(List<GroupByResult> groupByResult)Get groupByResults for the aggregation function.Constructor parameters in org.apache.pinot.common.response.broker with type arguments of type GroupByResult Constructor Description AggregationResult(List<GroupByResult> group, List<String> groupByColumns, String function)Constructor for aggregationGroupByResponse.
-