| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Class and Description |
|---|---|
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.
|
Copyright © 2021. All rights reserved.