| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
static ListArrayResult |
ListArray.FromArrays(Array offsets,
Array values) |
static ListArrayResult |
ListArray.FromArrays(Array offsets,
Array values,
MemoryPool pool)
\brief Construct ListArray from array of offsets and child value array
This function does the bare minimum of validation of the offsets and
input types, and will allocate a new offsets array if necessary (i.e.
|
ListArrayResult |
ListArrayResult.getPointer(long i) |
ListArrayResult |
ListArrayResult.position(long position) |
ListArrayResult |
ListArrayResult.put(ListArrayResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ListArrayResult.Equals(ListArrayResult other)
Compare to another Result.
|
ListArrayResult |
ListArrayResult.put(ListArrayResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
ListArrayResult(ListArrayResult other)
Copy constructor.
|
Copyright © 2021. All rights reserved.