| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
static ElementWiseAggregateOptions |
ElementWiseAggregateOptions.Defaults() |
static ElementWiseAggregateOptions |
ElementWiseAggregateOptions.Defaults() |
ElementWiseAggregateOptions |
ElementWiseAggregateOptions.getPointer(long i) |
ElementWiseAggregateOptions |
ElementWiseAggregateOptions.getPointer(long i) |
ElementWiseAggregateOptions |
ElementWiseAggregateOptions.position(long position) |
ElementWiseAggregateOptions |
ElementWiseAggregateOptions.position(long position) |
ElementWiseAggregateOptions |
ElementWiseAggregateOptions.skip_nulls(boolean setter) |
ElementWiseAggregateOptions |
ElementWiseAggregateOptions.skip_nulls(boolean setter) |
| Modifier and Type | Method and Description |
|---|---|
static DatumResult |
arrow.MaxElementWise(DatumVector args,
ElementWiseAggregateOptions options,
ExecContext ctx)
\brief Find the element-wise maximum of any number of arrays or scalars.
|
static DatumResult |
arrow.MaxElementWise(DatumVector args,
ElementWiseAggregateOptions options,
ExecContext ctx)
\brief Find the element-wise maximum of any number of arrays or scalars.
|
static DatumResult |
arrow.MinElementWise(DatumVector args,
ElementWiseAggregateOptions options,
ExecContext ctx)
\brief Find the element-wise minimum of any number of arrays or scalars.
|
static DatumResult |
arrow.MinElementWise(DatumVector args,
ElementWiseAggregateOptions options,
ExecContext ctx)
\brief Find the element-wise minimum of any number of arrays or scalars.
|
Copyright © 2022. All rights reserved.