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 HashTypeHashType.fromNative(int nativeId) static HashTypeReturns 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.