public class ApproximateHistogramBufferAggregator extends Object implements BufferAggregator
| Constructor and Description |
|---|
ApproximateHistogramBufferAggregator(BaseFloatColumnValueSelector selector,
int resolution) |
| Modifier and Type | Method and Description |
|---|---|
void |
aggregate(ByteBuffer buf,
int position) |
void |
close() |
Object |
get(ByteBuffer buf,
int position) |
double |
getDouble(ByteBuffer buf,
int position) |
float |
getFloat(ByteBuffer buf,
int position) |
long |
getLong(ByteBuffer buf,
int position) |
void |
init(ByteBuffer buf,
int position) |
void |
inspectRuntimeShape(RuntimeShapeInspector inspector) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrelocatepublic ApproximateHistogramBufferAggregator(BaseFloatColumnValueSelector selector, int resolution)
public void init(ByteBuffer buf, int position)
init in interface BufferAggregatorpublic void aggregate(ByteBuffer buf, int position)
aggregate in interface BufferAggregatorpublic Object get(ByteBuffer buf, int position)
get in interface BufferAggregatorpublic float getFloat(ByteBuffer buf, int position)
getFloat in interface BufferAggregatorpublic long getLong(ByteBuffer buf, int position)
getLong in interface BufferAggregatorpublic double getDouble(ByteBuffer buf, int position)
getDouble in interface BufferAggregatorpublic void close()
close in interface BufferAggregatorpublic void inspectRuntimeShape(RuntimeShapeInspector inspector)
inspectRuntimeShape in interface BufferAggregatorinspectRuntimeShape in interface HotLoopCalleeCopyright © 2011–2018. All rights reserved.