public class ApproximateHistogramAggregator extends Object implements Aggregator
Modifier and Type | Field and Description |
---|---|
static Comparator |
COMPARATOR |
Constructor and Description |
---|
ApproximateHistogramAggregator(FloatColumnSelector 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 static final Comparator COMPARATOR
public ApproximateHistogramAggregator(FloatColumnSelector selector, int resolution, float lowerLimit, float upperLimit)
public void aggregate()
aggregate
in interface Aggregator
public void reset()
reset
in interface Aggregator
public Object get()
get
in interface Aggregator
public float getFloat()
getFloat
in interface Aggregator
public long getLong()
getLong
in interface Aggregator
public void close()
close
in interface Aggregator
close
in interface Closeable
close
in interface AutoCloseable
Copyright © 2011–2017. All rights reserved.