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