| Package | Description | 
|---|---|
| io.druid.query.aggregation.histogram | 
| Modifier and Type | Method and Description | 
|---|---|
Histogram | 
ApproximateHistogram.toHistogram(float[] breaks)
Computes a visual representation of the approximate histogram with bins laid out according to the given breaks 
 | 
Histogram | 
ApproximateHistogram.toHistogram(float bucketSize,
           float offset)
Computes a visual representation given an initial breakpoint, offset, and a bucket size. 
 | 
Histogram | 
ApproximateHistogram.toHistogram(int size)
Computes a visual representation of the approximate histogram with a given number of equal-sized bins 
 | 
Copyright © 2011–2018. All rights reserved.