| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseListType
\brief Base class for all variable-size list data types
|
class |
DenseUnionType
\brief Concrete type class for dense union data
A dense union is a nested type where each logical value is taken from
a single child, at a specific offset.
|
class |
FixedSizeListType
\brief Concrete type class for fixed size list data
|
class |
LargeListType
\brief Concrete type class for large list data
LargeListType is like ListType but with 64-bit rather than 32-bit offsets.
|
class |
ListType
\brief Concrete type class for list data
List data is nested data where each value is a variable number of
child items.
|
class |
MapType
\brief Concrete type class for map data
Map data is nested data where each value is a variable number of
key-item pairs.
|
class |
SparseUnionType
\brief Concrete type class for sparse union data
A sparse union is a nested type where each logical value is taken from
a single child.
|
class |
StructType
\brief Concrete type class for struct data
|
class |
UnionType
\brief Base type class for union data
|
| Modifier and Type | Method and Description |
|---|---|
static ParametricType |
NestedType.asParametricType(NestedType pointer) |
Copyright © 2021. All rights reserved.