public class BucketAdaptation extends Object
| Constructor and Description |
|---|
BucketAdaptation(int[] bucketColumnIndices,
List<com.facebook.presto.hive.HiveType> bucketColumnHiveTypes,
int tableBucketCount,
int partitionBucketCount,
int bucketToKeep) |
| Modifier and Type | Method and Description |
|---|---|
List<com.facebook.presto.hive.HiveType> |
getBucketColumnHiveTypes() |
int[] |
getBucketColumnIndices() |
int |
getBucketToKeep() |
int |
getPartitionBucketCount() |
int |
getTableBucketCount() |
public BucketAdaptation(int[] bucketColumnIndices,
List<com.facebook.presto.hive.HiveType> bucketColumnHiveTypes,
int tableBucketCount,
int partitionBucketCount,
int bucketToKeep)
public int[] getBucketColumnIndices()
public List<com.facebook.presto.hive.HiveType> getBucketColumnHiveTypes()
public int getTableBucketCount()
public int getPartitionBucketCount()
public int getBucketToKeep()
Copyright © 2012–2023. All rights reserved.