Uses of Class
org.apache.pinot.common.response.broker.AggregationResult
-
Packages that use AggregationResult Package Description org.apache.pinot.common.response.broker -
-
Uses of AggregationResult in org.apache.pinot.common.response.broker
Methods in org.apache.pinot.common.response.broker that return types with arguments of type AggregationResult Modifier and Type Method Description List<AggregationResult>BrokerResponseNative. getAggregationResults()Method parameters in org.apache.pinot.common.response.broker with type arguments of type AggregationResult Modifier and Type Method Description voidBrokerResponseNative. setAggregationResults(List<AggregationResult> aggregationResults)
-