| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
LargeListArray |
LargeListArrayResult.access() |
LargeListArray |
LargeListArrayResult.MoveValueUnsafe() |
LargeListArray |
LargeListArrayResult.multiply() |
LargeListArray |
LargeListArrayResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
LargeListArray |
LargeListArrayResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
LargeListBuilder.Finish(LargeListArray out)
\endcond
|
Status |
ArrayVisitor.Visit(LargeListArray array) |
| Constructor and Description |
|---|
LargeListArrayResult(LargeListArray value)
Constructs a Result object that contains
value. |
Copyright © 2021. All rights reserved.