Package | Description |
---|---|
ai.rapids.cudf |
Modifier and Type | Method and Description |
---|---|
PartitionedTable |
Table.TableOperation.hashPartition(HashType type,
int numberOfPartitions)
Hash partition a table into the specified number of partitions.
|
PartitionedTable |
Table.TableOperation.hashPartition(HashType type,
int numberOfPartitions,
int seed)
Hash partition a table into the specified number of partitions.
|
PartitionedTable |
Table.TableOperation.hashPartition(int numberOfPartitions)
Hash partition a table into the specified number of partitions.
|
PartitionedTable |
Table.partition(ColumnView partitionMap,
int numberOfPartitions)
Partition this table using the mapping in partitionMap.
|
PartitionedTable |
Table.roundRobinPartition(int numberOfPartitions,
int startPartition)
Round-robin partition a table into the specified number of partitions.
|
Copyright © 2024. All rights reserved.