Interface CardinalityVectorProcessor
- All Known Implementing Classes:
DoubleCardinalityVectorProcessor,FloatCardinalityVectorProcessor,LongCardinalityVectorProcessor,MultiValueStringCardinalityVectorProcessor,SingleValueStringCardinalityVectorProcessor,StringObjectCardinalityVectorProcessor
public interface CardinalityVectorProcessor
Processor for
CardinalityVectorAggregator.-
Method Summary
Modifier and TypeMethodDescriptionvoidaggregate(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 Details
-
aggregate
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.
-