| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
arrow.SortOrder |
SortKey.order()
How to order by this sort key.
|
arrow.SortOrder |
ArraySortOptions.order() |
| Modifier and Type | Method and Description |
|---|---|
SortKey |
SortKey.order(arrow.SortOrder setter) |
ArraySortOptions |
ArraySortOptions.order(arrow.SortOrder setter) |
| Constructor and Description |
|---|
ArraySortOptions(arrow.SortOrder order) |
SortKey(String name,
arrow.SortOrder order) |
| Modifier and Type | Method and Description |
|---|---|
arrow.SortOrder |
arrow.SortOrder.intern() |
static arrow.SortOrder |
arrow.SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static arrow.SortOrder[] |
arrow.SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ArrayResult |
arrow.SortIndices(Array array,
arrow.SortOrder order,
ExecContext ctx)
\brief Returns the indices that would sort an array in the
specified order.
|
static ArrayResult |
arrow.SortIndices(ChunkedArray chunked_array,
arrow.SortOrder order,
ExecContext ctx)
\brief Returns the indices that would sort a chunked array in the
specified order.
|
Copyright © 2021. All rights reserved.