| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
DatumVector |
DatumVectorResult.access() |
DatumVector |
Datum.collection() |
DatumVector |
DatumVectorResult.MoveValueUnsafe() |
DatumVector |
DatumVectorResult.multiply() |
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 |
DatumVectorResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
DatumVector |
ExecBatch.values()
The values representing positional arguments to be passed to a kernel's
exec function for processing.
|
DatumVector |
DatumVectorResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
DatumResult |
MetaFunction.Execute(DatumVector args,
FunctionOptions options,
ExecContext ctx) |
static ExecBatchResult |
ExecBatch.Make(DatumVector values) |
DatumVector |
DatumVector.put(DatumVector x) |
ExecBatch |
ExecBatch.values(DatumVector setter) |
| Constructor and Description |
|---|
Datum(DatumVector value) |
DatumVectorResult(DatumVector value)
Constructs a Result object that contains
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
\{
|
static DatumVectorResult |
arrow.Cast(DatumVector values,
ValueDescrVector descrs) |
static DatumVectorResult |
arrow.Cast(DatumVector values,
ValueDescrVector descrs,
ExecContext ctx)
\brief Cast several values simultaneously.
|
static DatumResult |
arrow.GroupBy(DatumVector arguments,
DatumVector keys,
Aggregate aggregates) |
static DatumResult |
arrow.GroupBy(DatumVector arguments,
DatumVector keys,
Aggregate aggregates,
ExecContext ctx)
Internal use only: helper function for testing HashAggregateKernels.
|
Copyright © 2021. All rights reserved.