| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
SortKey |
SortKey.name(String setter) |
SortKey |
SortKey.name(String setter) |
SortKey |
SortKey.order(arrow.SortOrder setter) |
SortKey |
SortKey.order(arrow.SortOrder setter) |
SortKey |
SelectKOptions.sort_keys()
Column key(s) to order by and how to order by these sort keys.
|
SortKey |
SortOptions.sort_keys()
Column key(s) to order by and how to order by these sort keys.
|
SortKey |
SortOptions.sort_keys()
Column key(s) to order by and how to order by these sort keys.
|
SortKey |
SelectKOptions.sort_keys()
Column key(s) to order by and how to order by these sort keys.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SortKey.Equals(SortKey other) |
boolean |
SortKey.Equals(SortKey other) |
SelectKOptions |
SelectKOptions.sort_keys(SortKey setter) |
SortOptions |
SortOptions.sort_keys(SortKey setter) |
SortOptions |
SortOptions.sort_keys(SortKey setter) |
SelectKOptions |
SelectKOptions.sort_keys(SortKey setter) |
| Constructor and Description |
|---|
SelectKOptions(long k,
SortKey sort_keys) |
SelectKOptions(long k,
SortKey sort_keys) |
SortOptions(SortKey sort_keys,
arrow.NullPlacement null_placement) |
SortOptions(SortKey sort_keys,
arrow.NullPlacement null_placement) |
SortOptions(SortKey sort_keys,
int null_placement) |
SortOptions(SortKey sort_keys,
int null_placement) |
Copyright © 2022. All rights reserved.