public interface CardinalityVectorProcessor
CardinalityVectorAggregator.| 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. |
void aggregate(ByteBuffer buf, int position, int startRow, int endRow)
VectorAggregator.aggregate(ByteBuffer, int, int, int)
in byRow = false mode.void aggregate(ByteBuffer buf, int numRows, int[] positions, @Nullable int[] rows, int positionOffset)
VectorAggregator.aggregate(ByteBuffer, int, int, int)
in byRow = false mode.Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.