| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
MemAllocation.type |
MemAllocation.type.intern() |
MemAllocation.type |
ScalarKernel.mem_allocation() |
MemAllocation.type |
VectorKernel.mem_allocation() |
static MemAllocation.type |
MemAllocation.type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MemAllocation.type[] |
MemAllocation.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.mem_allocation(MemAllocation.type setter) |
VectorKernel |
VectorKernel.mem_allocation(MemAllocation.type setter) |
Copyright © 2021. All rights reserved.