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