| Modifier and Type | Field and Description |
|---|---|
Map<Map.Entry<Double,Double>,Long> |
histogram |
| Constructor and Description |
|---|
HistogramWithBucketing() |
| 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[]
|
Map<Map.Entry<Double,Double>,Integer> |
deserialize(byte[] serializedValue)
Deserialize a given value appropriately
|
public void add(DataQualityWritable value)
BasicAggregationFunctionpublic byte[] aggregate()
BasicAggregationFunctionpublic Map<Map.Entry<Double,Double>,Integer> deserialize(byte[] serializedValue)
BasicAggregationFunctiondeserialize in interface BasicAggregationFunction<Map<Map.Entry<Double,Double>,Integer>>Copyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.