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