Class RepeatedVar16CharVector

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

public final class RepeatedVar16CharVector extends BaseRepeatedValueVector implements RepeatedVariableWidthVectorLike
RepeatedVar16Char 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.