| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
SelectionVector |
SelectionVectorResult.access() |
SelectionVector |
SelectionVectorResult.MoveValueUnsafe() |
SelectionVector |
SelectionVectorResult.multiply() |
SelectionVector |
ExecBatch.selection_vector()
A deferred filter represented as an array of indices into the values.
|
SelectionVector |
SelectionVectorResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
SelectionVector |
SelectionVectorResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
| Modifier and Type | Method and Description |
|---|---|
ExecBatch |
ExecBatch.selection_vector(SelectionVector setter) |
| Constructor and Description |
|---|
SelectionVectorResult(SelectionVector value)
Constructs a Result object that contains
value. |
Copyright © 2021. All rights reserved.