| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
FilterOptions.NullSelectionBehavior |
FilterOptions.NullSelectionBehavior.intern() |
FilterOptions.NullSelectionBehavior |
FilterOptions.null_selection_behavior() |
static FilterOptions.NullSelectionBehavior |
FilterOptions.NullSelectionBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterOptions.NullSelectionBehavior[] |
FilterOptions.NullSelectionBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FilterOptions |
FilterOptions.null_selection_behavior(FilterOptions.NullSelectionBehavior setter) |
| Constructor and Description |
|---|
FilterOptions(FilterOptions.NullSelectionBehavior null_selection) |
| Modifier and Type | Method and Description |
|---|---|
static long |
arrow.GetFilterOutputSize(ArrayData filter,
FilterOptions.NullSelectionBehavior null_selection)
\brief Return the number of selected indices in the boolean filter
|
static ArrayDataResult |
arrow.GetTakeIndices(ArrayData filter,
FilterOptions.NullSelectionBehavior null_selection) |
static ArrayDataResult |
arrow.GetTakeIndices(ArrayData filter,
FilterOptions.NullSelectionBehavior null_selection,
MemoryPool memory_pool)
\brief Compute uint64 selection indices for use with Take given a boolean
filter
|
Copyright © 2021. All rights reserved.