| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
ArrayResult |
ListArray.Flatten() |
ArrayResult |
LargeListArray.Flatten() |
ArrayResult |
ListArray.Flatten(MemoryPool memory_pool)
\brief Return an Array that is a concatenation of the lists in this array.
|
ArrayResult |
LargeListArray.Flatten(MemoryPool memory_pool)
\brief Return an Array that is a concatenation of the lists in this array.
|
static ArrayResult |
FixedSizeListArray.FromArrays(Array values,
int list_size)
\brief Construct FixedSizeListArray from child value array and value_length
|
ArrayResult |
ArrayResult.position(long position) |
ArrayResult |
ArrayResult.put(ArrayResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ArrayResult.Equals(ArrayResult other)
Compare to another Result.
|
ArrayResult |
ArrayResult.put(ArrayResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
ArrayResult(ArrayResult other)
Copy constructor.
|
Copyright © 2020. All rights reserved.