Package com.linkedin.venice.client.store
Interface ComputeAggregationResponse
public interface ComputeAggregationResponse
-
Method Summary
Modifier and TypeMethodDescriptiongetBucketNameToCount
(String fieldName) getValueToCount
(String fieldName)
-
Method Details
-
getValueToCount
- Parameters:
fieldName
- for which to get the value -> count map- Returns:
- the value counts as defined by
ComputeAggregationRequestBuilder.countGroupByValue(int, String...)
-
getBucketNameToCount
- Parameters:
fieldName
- for which to get the bucket -> count map- Returns:
- the bucket counts as defined by
ComputeAggregationRequestBuilder.countGroupByBucket(Map, String...)
-