Package | Description |
---|---|
ai.rapids.cudf |
Modifier and Type | Method and Description |
---|---|
static HashType |
HashType.fromNative(int nativeId) |
static HashType |
HashType.valueOf(String name)
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.
|
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.
|
Copyright © 2024. All rights reserved.