| Package | Description |
|---|---|
| com.aliyun.odps.table.distribution |
| Modifier and Type | Method and Description |
|---|---|
Distribution.Type |
UnspecifiedDistribution.getType() |
Distribution.Type |
Distribution.getType() |
Distribution.Type |
ClusteredDistribution.getType() |
static Distribution.Type |
Distribution.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Distribution.Type[] |
Distribution.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ClusteredDistribution |
Distributions.clustered(List<String> clusterCols,
Distribution.Type clusterType) |
static ClusteredDistribution |
Distributions.clustered(List<String> clusterCols,
Distribution.Type clusterType,
Integer bucketsNumber) |
| Constructor and Description |
|---|
ClusteredDistribution(List<String> clusterKeys,
Distribution.Type clusterType,
int bucketsNumber) |
Copyright © 2024 Alibaba Cloud Computing. All rights reserved.