Package | Description |
---|---|
ai.rapids.cudf |
Modifier and Type | Method and Description |
---|---|
DType.DTypeEnum |
DType.getTypeId()
Return enum for this DType
|
static DType.DTypeEnum |
DType.DTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DType.DTypeEnum[] |
DType.DTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static DType |
DType.create(DType.DTypeEnum dt)
Factory method for non-decimal DType instances.
|
static DType |
DType.create(DType.DTypeEnum dt,
int scale)
Factory method specialized for decimal DType instances.
|
Copyright © 2024. All rights reserved.