| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
static InputType |
InputType.Array(DataType type) |
static InputType |
InputType.Array(int id) |
InputType |
InputType.getPointer(long i) |
InputType |
KernelSignature.in_types()
\brief The input types for the kernel.
|
InputType |
InputType.position(long position) |
static InputType |
InputType.Scalar(DataType type) |
static InputType |
InputType.Scalar(int id) |
| 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).
|
boolean |
InputType.equals(InputType other) |
boolean |
InputType.Equals(InputType other)
\brief Return true if this input type matches the same type cases as the
other.
|
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
|
boolean |
InputType.notEquals(InputType other) |
void |
InputType.put(InputType other) |
Copyright © 2021. All rights reserved.