Class HivePageSourceProvider.BucketAdaptation
java.lang.Object
io.trino.plugin.hive.HivePageSourceProvider.BucketAdaptation
- Enclosing class:
HivePageSourceProvider
-
Constructor Summary
ConstructorsConstructorDescriptionBucketAdaptation(int[] bucketColumnIndices, List<HiveType> bucketColumnHiveTypes, HiveBucketing.BucketingVersion bucketingVersion, int tableBucketCount, int partitionBucketCount, int bucketToKeep) -
Method Summary
Modifier and TypeMethodDescriptionint[]intintint
-
Constructor Details
-
BucketAdaptation
public BucketAdaptation(int[] bucketColumnIndices, List<HiveType> bucketColumnHiveTypes, HiveBucketing.BucketingVersion bucketingVersion, int tableBucketCount, int partitionBucketCount, int bucketToKeep)
-
-
Method Details
-
getBucketColumnIndices
public int[] getBucketColumnIndices() -
getBucketColumnHiveTypes
-
getBucketingVersion
-
getTableBucketCount
public int getTableBucketCount() -
getPartitionBucketCount
public int getPartitionBucketCount() -
getBucketToKeep
public int getBucketToKeep()
-