| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow_dataset | |
| org.bytedeco.arrow.global |
| Modifier and Type | Class and Description |
|---|---|
class |
HashAggregateFunction |
class |
MetaFunction
\brief A function that dispatches to other functions.
|
class |
ScalarAggregateFunction |
class |
ScalarFunction
\brief A function that executes elementwise operations on arrays or
scalars, and therefore whose results generally do not depend on the order
of the values in the arguments.
|
class |
VectorFunction
\brief A function that executes general array operations that may yield
outputs of different sizes or have results that depend on the whole array
contents.
|
| Modifier and Type | Method and Description |
|---|---|
Function |
FunctionResult.access() |
Function |
FunctionResult.MoveValueUnsafe() |
Function |
FunctionResult.multiply() |
Function |
FunctionResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
Function |
FunctionResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
FunctionRegistry.AddFunction(Function function) |
Status |
FunctionRegistry.AddFunction(Function function,
boolean allow_overwrite)
\brief Add a new function to the registry.
|
| Constructor and Description |
|---|
FunctionResult(Function value)
Constructs a Result object that contains
value. |
| Modifier and Type | Method and Description |
|---|---|
Function |
Expression.Call.function() |
| Modifier and Type | Method and Description |
|---|---|
Expression.Call |
Expression.Call.function(Function setter) |
| Modifier and Type | Method and Description |
|---|---|
static Kernel |
arrow.DispatchExactImpl(Function func,
ValueDescrVector arg1)
\brief Look up a kernel in a function.
|
static Status |
arrow.NoMatchingKernel(Function func,
ValueDescrVector arg1)
\brief Return an error message if no Kernel is found.
|
Copyright © 2021. All rights reserved.