T - Type of the aggregationpublic interface BasicAggregationFunction<T>
| Modifier and Type | Method and Description |
|---|---|
void |
add(DataQualityWritable value)
Incrementally add values to the aggregation
|
byte[] |
aggregate()
Return the aggregation accumulated using add() in the form of a byte[]
|
T |
deserialize(byte[] value)
Deserialize a given value appropriately
|
void add(DataQualityWritable value)
byte[] aggregate()
T deserialize(byte[] value)
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.