| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
DatumVector |
Datum.collection() |
DatumVector |
DatumVector.push_back(Datum value) |
DatumVector |
DatumVector.put(Datum... array) |
DatumVector |
DatumVector.put(Datum value) |
DatumVector |
DatumVector.put(DatumVector x) |
DatumVector |
DatumVector.put(long i,
Datum value) |
DatumVector |
ExecBatch.values()
The values representing positional arguments to be passed to a kernel's
exec function for processing.
|
| Modifier and Type | Method and Description |
|---|---|
DatumResult |
MetaFunction.Execute(DatumVector args,
FunctionOptions options,
ExecContext ctx) |
DatumResult |
Function.Execute(DatumVector args,
FunctionOptions options,
ExecContext ctx)
\brief Execute the function eagerly with the passed input arguments with
kernel dispatch, batch iteration, and memory allocation details taken
care of.
|
DatumVector |
DatumVector.put(DatumVector x) |
ExecBatch |
ExecBatch.values(DatumVector setter) |
| Constructor and Description |
|---|
Datum(DatumVector value) |
ExecBatch(DatumVector values,
long length) |
| Modifier and Type | Method and Description |
|---|---|
static DatumResult |
arrow.CallFunction(BytePointer func_name,
DatumVector args) |
static DatumResult |
arrow.CallFunction(BytePointer func_name,
DatumVector args,
ExecContext ctx) |
static DatumResult |
arrow.CallFunction(BytePointer func_name,
DatumVector args,
FunctionOptions options) |
static DatumResult |
arrow.CallFunction(BytePointer func_name,
DatumVector args,
FunctionOptions options,
ExecContext ctx) |
static DatumResult |
arrow.CallFunction(String func_name,
DatumVector args) |
static DatumResult |
arrow.CallFunction(String func_name,
DatumVector args,
ExecContext ctx)
\brief Variant of CallFunction which uses a function's default options.
|
static DatumResult |
arrow.CallFunction(String func_name,
DatumVector args,
FunctionOptions options) |
static DatumResult |
arrow.CallFunction(String func_name,
DatumVector args,
FunctionOptions options,
ExecContext ctx)
\defgroup compute-call-function One-shot calls to compute functions
\{
|
Copyright © 2021. All rights reserved.