| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
OutputType |
KernelSignature.out_type()
\brief The output type for the kernel.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
VectorFunction.AddKernel(InputType in_types,
OutputType out_type,
Pointer exec) |
Status |
ScalarFunction.AddKernel(InputType in_types,
OutputType out_type,
Pointer exec) |
Status |
VectorFunction.AddKernel(InputType in_types,
OutputType out_type,
Pointer exec,
Pointer init)
\brief Add a simple kernel with given input/output types, no required
state initialization, no data preallocation, and no preallocation of the
validity bitmap.
|
Status |
ScalarFunction.AddKernel(InputType in_types,
OutputType out_type,
Pointer exec,
Pointer init)
\brief Add a kernel with given input/output types, no required state
initialization, preallocation for fixed-width types, and default null
handling (intersect validity bitmaps of inputs).
|
static KernelSignature |
KernelSignature.Make(InputType in_types,
OutputType out_type) |
static KernelSignature |
KernelSignature.Make(InputType in_types,
OutputType out_type,
boolean is_varargs)
\brief Convenience ctor since make_shared can be awkward
|
Copyright © 2021. All rights reserved.