| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
PathForest |
PathForest.Ref.descendants()
Returns a PathForest containing only nodes which are descendants of this node
|
PathForest |
PathForest.Ref.forest() |
PathForest |
PathForestResult.MoveValueUnsafe() |
PathForest |
PathForestResult.multiply() |
PathForest |
PathForestResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
PathForest |
PathForestResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PathForest.Equals(PathForest other) |
PathForest.Ref |
PathForest.Ref.forest(PathForest setter) |
| Constructor and Description |
|---|
PathForestResult(PathForest value)
Constructs a Result object that contains
value. |
| Modifier and Type | Method and Description |
|---|---|
static Pointer |
arrow.shiftLeft(Pointer os,
PathForest tree) |
Copyright © 2021. All rights reserved.