| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
FieldRef |
FieldRefResult.MoveValueUnsafe() |
FieldRef |
FieldRefResult.multiply() |
FieldRef |
FieldRefResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
FieldRef |
FieldRefResult.ValueUnsafe()
Apply a function to the internally stored value to produce a new result or propagate
the stored error.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FieldRef.equals(FieldRef other) |
boolean |
FieldRef.Equals(FieldRef other) |
ScalarResult |
StructScalar.field(FieldRef ref) |
| Constructor and Description |
|---|
FieldRefResult(FieldRef value)
Constructs a Result object that contains
value. |
Copyright © 2020. All rights reserved.