Class HivePageSourceProvider.BucketAdaptation

java.lang.Object
io.trino.plugin.hive.HivePageSourceProvider.BucketAdaptation
Enclosing class:
HivePageSourceProvider

public static class HivePageSourceProvider.BucketAdaptation extends Object
  • 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

      public List<HiveType> getBucketColumnHiveTypes()
    • getBucketingVersion

      public HiveBucketing.BucketingVersion getBucketingVersion()
    • getTableBucketCount

      public int getTableBucketCount()
    • getPartitionBucketCount

      public int getPartitionBucketCount()
    • getBucketToKeep

      public int getBucketToKeep()