public class ApproximateHistogramFoldingAggregator extends Object implements Aggregator
| Constructor and Description |
|---|
ApproximateHistogramFoldingAggregator(String name,
ObjectColumnSelector<ApproximateHistogram> selector,
int resolution,
float lowerLimit,
float upperLimit) |
public ApproximateHistogramFoldingAggregator(String name, ObjectColumnSelector<ApproximateHistogram> selector, int resolution, float lowerLimit, float upperLimit)
public void aggregate()
aggregate in interface Aggregatorpublic void reset()
reset in interface Aggregatorpublic Object get()
get in interface Aggregatorpublic float getFloat()
getFloat in interface Aggregatorpublic long getLong()
getLong in interface Aggregatorpublic String getName()
getName in interface Aggregatorpublic void close()
close in interface AggregatorCopyright © 2011–2015. All rights reserved.