Package | Description |
---|---|
org.apache.arrow.vector | |
org.apache.arrow.vector.complex |
Modifier and Type | Interface and Description |
---|---|
interface |
VariableWidthVector
Interface vectors that contain variable width members (e.g.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseLargeVariableWidthVector
BaseLargeVariableWidthVector is a base class providing functionality for large strings/large bytes types.
|
class |
BaseVariableWidthVector
BaseVariableWidthVector is a base class providing functionality for strings/bytes types.
|
class |
LargeVarBinaryVector
LargeVarBinaryVector implements a large variable width vector of binary
values which could be NULL.
|
class |
LargeVarCharVector
LargeVarCharVector implements a variable width vector of VARCHAR
values which could be NULL.
|
class |
VarBinaryVector
VarBinaryVector implements a variable width vector of binary
values which could be NULL.
|
class |
VarCharVector
VarCharVector implements a variable width vector of VARCHAR
values which could be NULL.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RepeatedValueVector
An abstraction representing repeated value vectors.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractContainerVector
Base class for composite vectors.
|
class |
AbstractStructVector
Base class for StructVectors.
|
class |
BaseRepeatedValueVector
Base class for Vectors that contain repeated values.
|
class |
DenseUnionVector |
class |
LargeListVector
A list vector contains lists of a specific type of elements.
|
class |
ListVector
A list vector contains lists of a specific type of elements.
|
class |
MapVector
A MapVector is used to store entries of key/value pairs.
|
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 |
Copyright © 2023 The Apache Software Foundation. All rights reserved.