| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| 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.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. |
| Modifier and Type | Method and Description |
|---|---|
static ListArrayResult |
arrow_dataset.ApplyGroupings(ListArray groupings,
Array array)
\brief Produce a ListArray whose slots are selections of
array which correspond to
the provided groupings. |
static RecordBatchVectorResult |
arrow_dataset.ApplyGroupings(ListArray groupings,
RecordBatch batch)
\brief Produce selections of a RecordBatch which correspond to the provided groupings.
|
Copyright © 2021. All rights reserved.