| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
static TakeOptions |
TakeOptions.BoundsCheck() |
static TakeOptions |
TakeOptions.BoundsCheck() |
TakeOptions |
TakeOptions.boundscheck(boolean setter) |
TakeOptions |
TakeOptions.boundscheck(boolean setter) |
static TakeOptions |
TakeOptions.Defaults() |
static TakeOptions |
TakeOptions.Defaults() |
TakeOptions |
TakeOptions.getPointer(long i) |
TakeOptions |
TakeOptions.getPointer(long i) |
static TakeOptions |
TakeOptions.NoBoundsCheck() |
static TakeOptions |
TakeOptions.NoBoundsCheck() |
TakeOptions |
TakeOptions.position(long position) |
TakeOptions |
TakeOptions.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
static ArrayResult |
arrow.Take(Array values,
Array indices,
TakeOptions options,
ExecContext ctx)
\brief Take with Array inputs and output
|
static ArrayResult |
arrow.Take(Array values,
Array indices,
TakeOptions options,
ExecContext ctx)
\brief Take with Array inputs and output
|
static DatumResult |
arrow.Take(Datum values,
Datum indices,
TakeOptions options,
ExecContext ctx)
\brief Take from an array of values at indices in another array
The output array will be of the same type as the input values
array, with elements taken from the values array at the given
indices.
|
static DatumResult |
arrow.Take(Datum values,
Datum indices,
TakeOptions options,
ExecContext ctx)
\brief Take from an array of values at indices in another array
The output array will be of the same type as the input values
array, with elements taken from the values array at the given
indices.
|
Copyright © 2022. All rights reserved.