Uses of Enum
ai.rapids.cudf.DType.DTypeEnum
Packages that use DType.DTypeEnum
-
Uses of DType.DTypeEnum in ai.rapids.cudf
Methods in ai.rapids.cudf that return DType.DTypeEnumModifier and TypeMethodDescriptionDType.getTypeId()
Return enum for this DTypestatic DType.DTypeEnum
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.Methods in ai.rapids.cudf with parameters of type DType.DTypeEnumModifier and TypeMethodDescriptionstatic 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.