public class HiveBucketProperty extends Object
| Constructor and Description |
|---|
HiveBucketProperty(List<String> bucketedBy,
HiveBucketing.BucketingVersion bucketingVersion,
int bucketCount,
List<SortingColumn> sortedBy) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static Optional<HiveBucketProperty> |
fromStorageDescriptor(Map<String,String> tableParameters,
org.apache.hadoop.hive.metastore.api.StorageDescriptor storageDescriptor,
String tablePartitionName) |
int |
getBucketCount() |
List<String> |
getBucketedBy() |
HiveBucketing.BucketingVersion |
getBucketingVersion() |
List<SortingColumn> |
getSortedBy() |
int |
hashCode() |
String |
toString() |
public HiveBucketProperty(List<String> bucketedBy, HiveBucketing.BucketingVersion bucketingVersion, int bucketCount, List<SortingColumn> sortedBy)
public static Optional<HiveBucketProperty> fromStorageDescriptor(Map<String,String> tableParameters, org.apache.hadoop.hive.metastore.api.StorageDescriptor storageDescriptor, String tablePartitionName)
public HiveBucketing.BucketingVersion getBucketingVersion()
public int getBucketCount()
public List<SortingColumn> getSortedBy()
Copyright © 2012–2020. All rights reserved.