| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
static ModeOptions |
ModeOptions.Defaults() |
ModeOptions |
ModeOptions.n(long 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. |
Copyright © 2021. All rights reserved.