Uses of Class
ai.rapids.cudf.PartitionedTable
Packages that use PartitionedTable
-
Uses of PartitionedTable in ai.rapids.cudf
Methods in ai.rapids.cudf that return PartitionedTableModifier and TypeMethodDescriptionTable.TableOperation.hashPartition
(int numberOfPartitions) Hash partition a table into the specified number of partitions.Table.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.Table.partition
(ColumnView partitionMap, int numberOfPartitions) Partition this table using the mapping in partitionMap.Table.roundRobinPartition
(int numberOfPartitions, int startPartition) Round-robin partition a table into the specified number of partitions.