Package io.trino.plugin.hive
Class HivePageSourceProvider.BucketAdaptation
- java.lang.Object
-
- io.trino.plugin.hive.HivePageSourceProvider.BucketAdaptation
-
- Enclosing class:
- HivePageSourceProvider
public static class HivePageSourceProvider.BucketAdaptation extends Object
-
-
Constructor Summary
Constructors Constructor Description BucketAdaptation(int[] bucketColumnIndices, List<HiveType> bucketColumnHiveTypes, HiveBucketing.BucketingVersion bucketingVersion, int tableBucketCount, int partitionBucketCount, int bucketToKeep)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<HiveType>getBucketColumnHiveTypes()int[]getBucketColumnIndices()HiveBucketing.BucketingVersiongetBucketingVersion()intgetBucketToKeep()intgetPartitionBucketCount()intgetTableBucketCount()
-
-
-
Constructor Detail
-
BucketAdaptation
public BucketAdaptation(int[] bucketColumnIndices, List<HiveType> bucketColumnHiveTypes, HiveBucketing.BucketingVersion bucketingVersion, int tableBucketCount, int partitionBucketCount, int bucketToKeep)
-
-
Method Detail
-
getBucketColumnIndices
public int[] getBucketColumnIndices()
-
getBucketingVersion
public HiveBucketing.BucketingVersion getBucketingVersion()
-
getTableBucketCount
public int getTableBucketCount()
-
getPartitionBucketCount
public int getPartitionBucketCount()
-
getBucketToKeep
public int getBucketToKeep()
-
-