Class RepeatedDecimal38DenseVector

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

public final class RepeatedDecimal38DenseVector extends BaseRepeatedValueVector implements RepeatedFixedWidthVectorLike
RepeatedDecimal38Dense 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.