| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
static DictionaryEncodeOptions |
DictionaryEncodeOptions.Defaults() |
DictionaryEncodeOptions |
DictionaryEncodeOptions.getPointer(long i) |
DictionaryEncodeOptions |
DictionaryEncodeOptions.null_encoding_behavior(DictionaryEncodeOptions.NullEncodingBehavior setter) |
DictionaryEncodeOptions |
DictionaryEncodeOptions.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
static DatumResult |
arrow.DictionaryEncode(Datum data,
DictionaryEncodeOptions options,
ExecContext ctx)
\brief Dictionary-encode values in an array-like object
Any nulls encountered in the dictionary will be handled according to the
specified null encoding behavior.
|
Copyright © 2021. All rights reserved.