| 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 |
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 |
class |
StructType
\brief Concrete type class for struct data
|
class |
UnionType
\brief Concrete type class for union data
|
| Modifier and Type | Method and Description |
|---|---|
static ParametricType |
NestedType.asParametricType(NestedType pointer) |
Copyright © 2021. All rights reserved.