Uses of Enum
ai.rapids.cudf.HashType
Packages that use HashType
-
Uses of HashType in ai.rapids.cudf
Methods in ai.rapids.cudf that return HashTypeModifier and TypeMethodDescriptionstatic HashType
HashType.fromNative
(int nativeId) static HashType
Returns the enum constant of this type with the specified name.static HashType[]
HashType.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 HashTypeModifier and TypeMethodDescriptionTable.TableOperation.hashPartition
(HashType type, int numberOfPartitions) Hash partition a table into the specified number of partitions.Table.TableOperation.hashPartition
(HashType type, int numberOfPartitions, int seed) Hash partition a table into the specified number of partitions.