| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
SetLookupOptions |
SetLookupOptions.skip_nulls(boolean setter) |
SetLookupOptions |
SetLookupOptions.value_set(Datum setter) |
| Modifier and Type | Method and Description |
|---|---|
static DatumResult |
arrow.IndexIn(Datum values,
SetLookupOptions options) |
static DatumResult |
arrow.IndexIn(Datum values,
SetLookupOptions options,
ExecContext ctx)
\brief IndexIn examines each slot in the values against a value_set array.
|
static DatumResult |
arrow.IsIn(Datum values,
SetLookupOptions options) |
static DatumResult |
arrow.IsIn(Datum values,
SetLookupOptions options,
ExecContext ctx)
\brief IsIn returns true for each element of
values that is contained in
value_set
Behaviour of nulls is governed by SetLookupOptions::skip_nulls. |
Copyright © 2021. All rights reserved.