| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
static LargeListArrayResult |
LargeListArray.FromArrays(Array offsets,
Array values) |
static LargeListArrayResult |
LargeListArray.FromArrays(Array offsets,
Array values,
MemoryPool pool)
\brief Construct LargeListArray 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.
|
LargeListArrayResult |
LargeListArrayResult.getPointer(long i) |
LargeListArrayResult |
LargeListArrayResult.position(long position) |
LargeListArrayResult |
LargeListArrayResult.put(LargeListArrayResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
LargeListArrayResult.Equals(LargeListArrayResult other)
Compare to another Result.
|
LargeListArrayResult |
LargeListArrayResult.put(LargeListArrayResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
LargeListArrayResult(LargeListArrayResult other)
Copy constructor.
|
Copyright © 2021. All rights reserved.