Interface CardinalityVectorProcessor
-
- All Known Implementing Classes:
DoubleCardinalityVectorProcessor,FloatCardinalityVectorProcessor,LongCardinalityVectorProcessor,MultiValueStringCardinalityVectorProcessor,SingleValueStringCardinalityVectorProcessor,StringObjectCardinalityVectorProcessor
public interface CardinalityVectorProcessorProcessor forCardinalityVectorAggregator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaggregate(ByteBuffer buf, int numRows, int[] positions, int[] rows, int positionOffset)Processor forVectorAggregator.aggregate(ByteBuffer, int, int, int)in byRow = false mode.voidaggregate(ByteBuffer buf, int position, int startRow, int endRow)Processor forVectorAggregator.aggregate(ByteBuffer, int, int, int)in byRow = false mode.
-
-
-
Method Detail
-
aggregate
void aggregate(ByteBuffer buf, int position, int startRow, int endRow)
Processor forVectorAggregator.aggregate(ByteBuffer, int, int, int)in byRow = false mode.
-
aggregate
void aggregate(ByteBuffer buf, int numRows, int[] positions, @Nullable int[] rows, int positionOffset)
Processor forVectorAggregator.aggregate(ByteBuffer, int, int, int)in byRow = false mode.
-
-