Class RepeatedUInt8Vector

All Implemented Interfaces:
Closeable, AutoCloseable, Iterable<ValueVector>, ContainerVectorLike, RepeatedFixedWidthVectorLike, RepeatedValueVector, ValueVector

public final class RepeatedUInt8Vector extends BaseRepeatedValueVector implements RepeatedFixedWidthVectorLike
RepeatedUInt8 implements a vector with multiple values per row (e.g. JSON array or repeated protobuf field). The implementation uses an additional value vectors to convert the index offset to the underlying element offset. The count of values comes from subtracting two successive offsets. NB: this class is automatically generated from RepeatedValueVectors.java and ValueVectorTypes.tdd using FreeMarker.