public class HiveBucketProperty extends Object
| Constructor and Description |
|---|
HiveBucketProperty(List<String> bucketedBy,
int bucketCount) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static Optional<HiveBucketProperty> |
fromStorageDescriptor(org.apache.hadoop.hive.metastore.api.StorageDescriptor storageDescriptor,
String tablePartitionName) |
int |
getBucketCount() |
List<String> |
getBucketedBy() |
int |
hashCode() |
String |
toString() |
public static Optional<HiveBucketProperty> fromStorageDescriptor(org.apache.hadoop.hive.metastore.api.StorageDescriptor storageDescriptor, String tablePartitionName)
public int getBucketCount()
Copyright © 2012-2017. All Rights Reserved.