| Package | Description |
|---|---|
| org.apache.arrow.vector.complex | |
| org.apache.arrow.vector.complex.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStructVector
Base class for StructVectors.
|
class |
DenseUnionVector |
class |
NonNullableStructVector
A struct vector that has no null values (and no validity buffer).
|
class |
StructVector
A Struct vector consists of nullability/validity buffer and children vectors
that make up the struct's fields.
|
class |
UnionVector |
| Constructor and Description |
|---|
SingleListReaderImpl(String name,
AbstractContainerVector container)
Constructs a new instance.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.