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