| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
NullHandling.type |
NullHandling.type.intern() |
NullHandling.type |
ScalarKernel.null_handling() |
NullHandling.type |
VectorKernel.null_handling()
Since vector kernels generally are implemented rather differently from
scalar/elementwise kernels (and they may not even yield arrays of the same
size), so we make the developer opt-in to any memory preallocation rather
than having to turn it off.
|
static NullHandling.type |
NullHandling.type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NullHandling.type[] |
NullHandling.type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ScalarKernel |
ScalarKernel.null_handling(NullHandling.type setter) |
VectorKernel |
VectorKernel.null_handling(NullHandling.type setter) |
Copyright © 2021. All rights reserved.