public class DoubleCardinalityVectorProcessor extends Object implements CardinalityVectorProcessor
| Constructor and Description |
|---|
DoubleCardinalityVectorProcessor(VectorValueSelector selector) |
| Modifier and Type | Method and Description |
|---|---|
void |
aggregate(ByteBuffer buf,
int numRows,
int[] positions,
int[] rows,
int positionOffset)
Processor for
VectorAggregator.aggregate(ByteBuffer, int, int, int)
in byRow = false mode. |
void |
aggregate(ByteBuffer buf,
int position,
int startRow,
int endRow)
Processor for
VectorAggregator.aggregate(ByteBuffer, int, int, int)
in byRow = false mode. |
public DoubleCardinalityVectorProcessor(VectorValueSelector selector)
public void aggregate(ByteBuffer buf, int position, int startRow, int endRow)
CardinalityVectorProcessorVectorAggregator.aggregate(ByteBuffer, int, int, int)
in byRow = false mode.aggregate in interface CardinalityVectorProcessorpublic void aggregate(ByteBuffer buf, int numRows, int[] positions, @Nullable int[] rows, int positionOffset)
CardinalityVectorProcessorVectorAggregator.aggregate(ByteBuffer, int, int, int)
in byRow = false mode.aggregate in interface CardinalityVectorProcessorCopyright © 2011–2021 The Apache Software Foundation. All rights reserved.