| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
static ScalarAggregateOptions |
ScalarAggregateOptions.Defaults() |
static ScalarAggregateOptions |
ScalarAggregateOptions.Defaults() |
ScalarAggregateOptions |
ScalarAggregateOptions.getPointer(long i) |
ScalarAggregateOptions |
ScalarAggregateOptions.getPointer(long i) |
ScalarAggregateOptions |
ScalarAggregateOptions.min_count(int setter) |
ScalarAggregateOptions |
ScalarAggregateOptions.min_count(int setter) |
ScalarAggregateOptions |
ScalarAggregateOptions.position(long position) |
ScalarAggregateOptions |
ScalarAggregateOptions.position(long position) |
ScalarAggregateOptions |
ScalarAggregateOptions.skip_nulls(boolean setter) |
ScalarAggregateOptions |
ScalarAggregateOptions.skip_nulls(boolean setter) |
| Modifier and Type | Method and Description |
|---|---|
static DatumResult |
arrow.All(Datum value,
ScalarAggregateOptions options,
ExecContext ctx)
\brief Test whether all elements in a boolean array evaluate to true.
|
static DatumResult |
arrow.All(Datum value,
ScalarAggregateOptions options,
ExecContext ctx)
\brief Test whether all elements in a boolean array evaluate to true.
|
static DatumResult |
arrow.Any(Datum value,
ScalarAggregateOptions options,
ExecContext ctx)
\brief Test whether any element in a boolean array evaluates to true.
|
static DatumResult |
arrow.Any(Datum value,
ScalarAggregateOptions options,
ExecContext ctx)
\brief Test whether any element in a boolean array evaluates to true.
|
static DatumResult |
arrow.Mean(Datum value,
ScalarAggregateOptions options,
ExecContext ctx)
\brief Compute the mean of a numeric array.
|
static DatumResult |
arrow.Mean(Datum value,
ScalarAggregateOptions options,
ExecContext ctx)
\brief Compute the mean of a numeric array.
|
static DatumResult |
arrow.Product(Datum value,
ScalarAggregateOptions options,
ExecContext ctx)
\brief Compute the product of values of a numeric array.
|
static DatumResult |
arrow.Product(Datum value,
ScalarAggregateOptions options,
ExecContext ctx)
\brief Compute the product of values of a numeric array.
|
static DatumResult |
arrow.Sum(Datum value,
ScalarAggregateOptions options,
ExecContext ctx)
\brief Sum values of a numeric array.
|
static DatumResult |
arrow.Sum(Datum value,
ScalarAggregateOptions options,
ExecContext ctx)
\brief Sum values of a numeric array.
|
Copyright © 2022. All rights reserved.