| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow_dataset | |
| org.bytedeco.arrow.global |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayKernel
\brief Common kernel base data structure for ScalarKernel and
VectorKernel.
|
class |
HashAggregateKernel
\brief Kernel data structure for implementations of
HashAggregateFunction.
|
class |
ScalarAggregateKernel
\brief Kernel data structure for implementations of
ScalarAggregateFunction.
|
class |
ScalarKernel
\brief Kernel data structure for implementations of ScalarFunction.
|
class |
VectorKernel
\brief Kernel data structure for implementations of VectorFunction.
|
| Modifier and Type | Method and Description |
|---|---|
Kernel |
Kernel.getPointer(long i) |
Kernel |
Kernel.init(Pointer setter) |
Kernel |
KernelInitArgs.kernel()
\brief A pointer to the kernel being initialized.
|
Kernel |
KernelResult.MoveValueUnsafe() |
Kernel |
KernelResult.multiply() |
Kernel |
Kernel.parallelizable(boolean setter) |
Kernel |
Kernel.position(long position) |
Kernel |
Kernel.signature(KernelSignature setter) |
Kernel |
Kernel.simd_level(SimdLevel.type setter) |
Kernel |
KernelResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
Kernel |
KernelResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
| Modifier and Type | Method and Description |
|---|---|
KernelInitArgs |
KernelInitArgs.kernel(Kernel setter) |
| Constructor and Description |
|---|
KernelResult(Kernel value)
Constructs a Result object that contains
value. |
| Modifier and Type | Method and Description |
|---|---|
Kernel |
Expression.Call.kernel() |
| Modifier and Type | Method and Description |
|---|---|
Expression.Call |
Expression.Call.kernel(Kernel setter) |
| Modifier and Type | Method and Description |
|---|---|
static Kernel |
arrow.DispatchExactImpl(Function func,
ValueDescrVector arg1)
\brief Look up a kernel in a function.
|
Copyright © 2021. All rights reserved.