| Package | Description |
|---|---|
| ai.rapids.cudf.nvcomp |
| Modifier and Type | Method and Description |
|---|---|
static CompressionType |
CompressionType.fromNativeId(int id)
Lookup the CompressionType that corresponds to the specified native identifier
|
static CompressionType |
CompressionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompressionType[] |
CompressionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.