| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
static ModeOptions |
ModeOptions.Defaults() |
static ModeOptions |
ModeOptions.Defaults() |
ModeOptions |
ModeOptions.getPointer(long i) |
ModeOptions |
ModeOptions.getPointer(long i) |
ModeOptions |
ModeOptions.min_count(int setter) |
ModeOptions |
ModeOptions.min_count(int setter) |
ModeOptions |
ModeOptions.n(long setter) |
ModeOptions |
ModeOptions.n(long setter) |
ModeOptions |
ModeOptions.position(long position) |
ModeOptions |
ModeOptions.position(long position) |
ModeOptions |
ModeOptions.skip_nulls(boolean setter) |
ModeOptions |
ModeOptions.skip_nulls(boolean setter) |
| Modifier and Type | Method and Description |
|---|---|
static DatumResult |
arrow.Mode(Datum value,
ModeOptions options,
ExecContext ctx)
\brief Calculate the modal (most common) value of a numeric array
This function returns top-n most common values and number of times they occur as
an array of
struct<mode: T, count: int64>, where T is the input type. |
static DatumResult |
arrow.Mode(Datum value,
ModeOptions options,
ExecContext ctx)
\brief Calculate the modal (most common) value of a numeric array
This function returns top-n most common values and number of times they occur as
an array of
struct<mode: T, count: int64>, where T is the input type. |
Copyright © 2022. All rights reserved.