| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
static ArraySortOptions |
ArraySortOptions.Defaults() |
static ArraySortOptions |
ArraySortOptions.Defaults() |
ArraySortOptions |
ArraySortOptions.getPointer(long i) |
ArraySortOptions |
ArraySortOptions.getPointer(long i) |
ArraySortOptions |
ArraySortOptions.null_placement(arrow.NullPlacement setter) |
ArraySortOptions |
ArraySortOptions.null_placement(arrow.NullPlacement setter) |
ArraySortOptions |
ArraySortOptions.order(arrow.SortOrder setter) |
ArraySortOptions |
ArraySortOptions.order(arrow.SortOrder setter) |
ArraySortOptions |
ArraySortOptions.position(long position) |
ArraySortOptions |
ArraySortOptions.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
static ArrayResult |
arrow.SortIndices(Array array,
ArraySortOptions options) |
static ArrayResult |
arrow.SortIndices(Array array,
ArraySortOptions options) |
static ArrayResult |
arrow.SortIndices(Array array,
ArraySortOptions options,
ExecContext ctx)
\brief Return the indices that would sort an array.
|
static ArrayResult |
arrow.SortIndices(Array array,
ArraySortOptions options,
ExecContext ctx)
\brief Return the indices that would sort an array.
|
static ArrayResult |
arrow.SortIndices(ChunkedArray chunked_array,
ArraySortOptions options) |
static ArrayResult |
arrow.SortIndices(ChunkedArray chunked_array,
ArraySortOptions options) |
static ArrayResult |
arrow.SortIndices(ChunkedArray chunked_array,
ArraySortOptions options,
ExecContext ctx)
\brief Return the indices that would sort a chunked array.
|
static ArrayResult |
arrow.SortIndices(ChunkedArray chunked_array,
ArraySortOptions options,
ExecContext ctx)
\brief Return the indices that would sort a chunked array.
|
Copyright © 2022. All rights reserved.