Class HivePageSourceProvider.BucketAdaptation

    • 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()
      • getBucketColumnHiveTypes

        public List<HiveType> getBucketColumnHiveTypes()
      • getTableBucketCount

        public int getTableBucketCount()
      • getPartitionBucketCount

        public int getPartitionBucketCount()
      • getBucketToKeep

        public int getBucketToKeep()