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