public class ApproximateHistogramFoldingAggregator extends Object implements Aggregator
| Constructor and Description |
|---|
ApproximateHistogramFoldingAggregator(ObjectColumnSelector<ApproximateHistogram> selector,
int resolution,
float lowerLimit,
float upperLimit) |
| Modifier and Type | Method and Description |
|---|---|
void |
aggregate() |
void |
close() |
Object |
get() |
float |
getFloat() |
long |
getLong() |
void |
reset() |
public ApproximateHistogramFoldingAggregator(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 void close()
close in interface Aggregatorclose in interface Closeableclose in interface AutoCloseableCopyright © 2011–2017. All rights reserved.