| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
VectorKernel |
VectorKernel._finalize(Pointer setter) |
VectorKernel |
VectorKernel.can_execute_chunkwise(boolean setter) |
VectorKernel |
VectorKernel.getPointer(long i) |
VectorKernel |
VectorKernel.mem_allocation(MemAllocation.type setter) |
VectorKernel |
VectorKernelResult.MoveValueUnsafe() |
VectorKernel |
VectorKernelResult.multiply() |
VectorKernel |
VectorKernel.null_handling(NullHandling.type setter) |
VectorKernel |
VectorKernel.output_chunked(boolean setter) |
VectorKernel |
VectorKernel.position(long position) |
VectorKernel |
VectorKernelResult.ValueOrDie()
Gets a mutable reference to the stored
T value. |
VectorKernel |
VectorKernelResult.ValueUnsafe()
Cast the internally stored value to produce a new result or propagate the stored
error.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
VectorFunction.AddKernel(VectorKernel kernel)
\brief Add a kernel (function implementation).
|
| Constructor and Description |
|---|
VectorKernelResult(VectorKernel value)
Constructs a Result object that contains
value. |
Copyright © 2021. All rights reserved.