Uses of Enum
ai.rapids.cudf.nvcomp.CompressionType
Packages that use CompressionType
-
Uses of CompressionType in ai.rapids.cudf.nvcomp
Methods in ai.rapids.cudf.nvcomp that return CompressionTypeModifier and TypeMethodDescriptionstatic CompressionTypeCompressionType.fromNativeId(int id) Lookup the CompressionType that corresponds to the specified native identifierstatic CompressionTypeReturns 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.