Package | Description |
---|---|
ai.rapids.cudf |
Modifier and Type | Method and Description |
---|---|
static BufferType |
BufferType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BufferType[] |
BufferType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BaseDeviceMemoryBuffer |
ColumnVector.getDeviceBufferFor(BufferType type)
Get access to the raw device buffer for this column.
|
HostMemoryBuffer |
HostColumnVectorCore.getHostBufferFor(BufferType type)
Get access to the raw host buffer for this column.
|
Copyright © 2024. All rights reserved.