| 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.multiply() |
ListArray |
ListArrayResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
| 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 © 2020. All rights reserved.