包 | 描述 |
---|---|
ai.rapids.cudf |
修饰符和类型 | 方法和描述 |
---|---|
PartitionedTable |
Table.TableOperation.hashPartition(HashType type, int numberOfPartitions) 将表按哈希方式分区到指定数量的分区中。
|
PartitionedTable |
Table.TableOperation.hashPartition(HashType type, int numberOfPartitions, int seed) 将表按哈希方式分区到指定数量的分区中。
|
PartitionedTable |
Table.TableOperation.hashPartition(int numberOfPartitions) 将表按哈希方式分区到指定数量的分区中。
|
PartitionedTable |
Table.partition(ColumnView partitionMap, int numberOfPartitions) 使用 partitionMap 中的映射对此表进行分区。
|
PartitionedTable |
Table.roundRobinPartition(int numberOfPartitions, int startPartition) 将表以轮询方式分区到指定数量的分区中。
|
版权所有 © 2025。保留所有权利。