Class StructVector

All Implemented Interfaces:
Closeable, AutoCloseable, Iterable<ValueVector>, DensityAwareVector, FieldVector, ValueVector

public class StructVector extends NonNullableStructVector implements FieldVector
A Struct vector consists of nullability/validity buffer and children vectors that make up the struct's fields. The children vectors are handled by the parent class.