Class RepeatedDateVector

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

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