| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
static TakeOptions |
TakeOptions.BoundsCheck() |
TakeOptions |
TakeOptions.boundscheck(boolean setter) |
static TakeOptions |
TakeOptions.Defaults() |
TakeOptions |
TakeOptions.getPointer(long i) |
static TakeOptions |
TakeOptions.NoBoundsCheck() |
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 ChunkedArrayResult |
arrow.Take(Array values,
ChunkedArray indices,
TakeOptions options,
ExecContext context)
Deprecated.
|
static ChunkedArrayResult |
arrow.Take(ChunkedArray values,
Array indices,
TakeOptions options,
ExecContext context)
Deprecated.
|
static ChunkedArrayResult |
arrow.Take(ChunkedArray values,
ChunkedArray indices,
TakeOptions options,
ExecContext context)
Deprecated.
|
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 RecordBatchResult |
arrow.Take(RecordBatch batch,
Array indices,
TakeOptions options,
ExecContext context)
Deprecated.
|
static TableResult |
arrow.Take(Table table,
Array indices,
TakeOptions options,
ExecContext context)
Deprecated.
|
static TableResult |
arrow.Take(Table table,
ChunkedArray indices,
TakeOptions options,
ExecContext context)
Deprecated.
|
Copyright © 2021. All rights reserved.