| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
arrow.NullPlacement |
ArraySortOptions.null_placement()
Whether nulls and NaNs are placed at the start or at the end
|
arrow.NullPlacement |
PartitionNthOptions.null_placement()
Whether nulls and NaNs are partitioned at the start or at the end
|
arrow.NullPlacement |
SortOptions.null_placement()
Whether nulls and NaNs are placed at the start or at the end
|
arrow.NullPlacement |
SortOptions.null_placement()
Whether nulls and NaNs are placed at the start or at the end
|
arrow.NullPlacement |
PartitionNthOptions.null_placement()
Whether nulls and NaNs are partitioned at the start or at the end
|
arrow.NullPlacement |
ArraySortOptions.null_placement()
Whether nulls and NaNs are placed at the start or at the end
|
| Modifier and Type | Method and Description |
|---|---|
ArraySortOptions |
ArraySortOptions.null_placement(arrow.NullPlacement setter) |
PartitionNthOptions |
PartitionNthOptions.null_placement(arrow.NullPlacement setter) |
SortOptions |
SortOptions.null_placement(arrow.NullPlacement setter) |
SortOptions |
SortOptions.null_placement(arrow.NullPlacement setter) |
PartitionNthOptions |
PartitionNthOptions.null_placement(arrow.NullPlacement setter) |
ArraySortOptions |
ArraySortOptions.null_placement(arrow.NullPlacement setter) |
| Constructor and Description |
|---|
ArraySortOptions(arrow.SortOrder order,
arrow.NullPlacement null_placement) |
ArraySortOptions(arrow.SortOrder order,
arrow.NullPlacement null_placement) |
PartitionNthOptions(long pivot,
arrow.NullPlacement null_placement) |
PartitionNthOptions(long pivot,
arrow.NullPlacement null_placement) |
SortOptions(SortKey sort_keys,
arrow.NullPlacement null_placement) |
SortOptions(SortKey sort_keys,
arrow.NullPlacement null_placement) |
| Modifier and Type | Method and Description |
|---|---|
arrow.NullPlacement |
arrow.NullPlacement.intern() |
arrow.NullPlacement |
arrow.NullPlacement.intern() |
static arrow.NullPlacement |
arrow.NullPlacement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static arrow.NullPlacement |
arrow.NullPlacement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static arrow.NullPlacement[] |
arrow.NullPlacement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static arrow.NullPlacement[] |
arrow.NullPlacement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022. All rights reserved.