Uses of Class
org.apache.pinot.common.request.AggregationInfo
-
Packages that use AggregationInfo Package Description org.apache.pinot.common.request -
-
Uses of AggregationInfo in org.apache.pinot.common.request
Methods in org.apache.pinot.common.request that return AggregationInfo Modifier and Type Method Description AggregationInfoAggregationInfo. deepCopy()AggregationInfoHavingFilterQuery. getAggregationInfo()This should be unique within a single request *Methods in org.apache.pinot.common.request that return types with arguments of type AggregationInfo Modifier and Type Method Description List<AggregationInfo>BrokerRequest. getAggregationsInfo()Iterator<AggregationInfo>BrokerRequest. getAggregationsInfoIterator()Methods in org.apache.pinot.common.request with parameters of type AggregationInfo Modifier and Type Method Description voidBrokerRequest. addToAggregationsInfo(AggregationInfo elem)intAggregationInfo. compareTo(AggregationInfo other)booleanAggregationInfo. equals(AggregationInfo that)voidHavingFilterQuery. setAggregationInfo(AggregationInfo aggregationInfo)This should be unique within a single request *Method parameters in org.apache.pinot.common.request with type arguments of type AggregationInfo Modifier and Type Method Description voidBrokerRequest. setAggregationsInfo(List<AggregationInfo> aggregationsInfo)Constructors in org.apache.pinot.common.request with parameters of type AggregationInfo Constructor Description AggregationInfo(AggregationInfo other)Performs a deep copy on other.
-