| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
StructScalar |
StructScalarResult.MoveValueUnsafe() |
StructScalar |
StructScalarResult.multiply() |
StructScalar |
StructScalar.value(ScalarVector setter) |
StructScalar |
StructScalarResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
StructScalar |
StructScalarResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
ScalarVisitor.Visit(StructScalar scalar) |
| Constructor and Description |
|---|
StructScalarResult(StructScalar value)
Constructs a Result object that contains
value. |
Copyright © 2021. All rights reserved.