Class StructVector

All Implemented Interfaces:
Closeable, AutoCloseable, Iterable<ValueVector>, DensityAwareVector, FieldVector, ValueIterableVector<Map<String,?>>, ValueVector

public class StructVector extends NonNullableStructVector implements FieldVector, ValueIterableVector<Map<String,?>>
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.