| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Class and Description |
|---|---|
class |
MapArray
Concrete Array class for map data
NB: "value" in this context refers to a pair of a key and the corresponding item
|
| Modifier and Type | Method and Description |
|---|---|
ListArray |
ListArrayResult.access() |
ListArray |
ListArrayResult.MoveValueUnsafe() |
ListArray |
ListArrayResult.multiply() |
ListArray |
ListArrayResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
ListArray |
ListArrayResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
ListBuilder.Finish(ListArray out)
\endcond
|
Status |
ArrayVisitor.Visit(ListArray array) |
| Constructor and Description |
|---|
ListArrayResult(ListArray value)
Constructs a Result object that contains
value. |
Copyright © 2021. All rights reserved.