| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
ArrayVectorResult |
StructArray.Flatten() |
ArrayVectorResult |
StructArray.Flatten(MemoryPool pool)
\brief Flatten this array as a vector of arrays, one for each field
|
ArrayVectorResult |
ArrayVectorResult.getPointer(long i) |
ArrayVectorResult |
ArrayVectorResult.position(long position) |
ArrayVectorResult |
ArrayVectorResult.put(ArrayVectorResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ArrayVectorResult.Equals(ArrayVectorResult other)
Compare to another Result.
|
ArrayVectorResult |
ArrayVectorResult.put(ArrayVectorResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
ArrayVectorResult(ArrayVectorResult other)
Copy constructor.
|
Copyright © 2021. All rights reserved.