T - Aggregation typepublic interface CombinableAggregationFunction<T> extends BasicAggregationFunction
| Modifier and Type | Method and Description |
|---|---|
void |
combine(byte[] values)
Combine existing aggregations one-by-one
|
T |
retrieveAggregation()
Retrieve a combined aggregation
|
add, aggregate, deserializeT retrieveAggregation()
void combine(byte[] values)
Copyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.