Uses of Enum Class
io.trino.plugin.hive.util.HiveBucketing.BucketingVersion
Packages that use HiveBucketing.BucketingVersion
-
Uses of HiveBucketing.BucketingVersion in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return HiveBucketing.BucketingVersionModifier and TypeMethodDescriptionHiveBucketHandle.bucketingVersion()Returns the value of thebucketingVersionrecord component.HiveSplit.BucketConversion.bucketingVersion()Returns the value of thebucketingVersionrecord component.HiveSplit.BucketValidation.bucketingVersion()Returns the value of thebucketingVersionrecord component.HiveWritableTableHandle.BucketInfo.bucketingVersion()Returns the value of thebucketingVersionrecord component.BackgroundHiveSplitLoader.BucketSplitInfo.getBucketingVersion()HivePageSourceProvider.BucketAdaptation.getBucketingVersion()HivePartitioningHandle.getBucketingVersion()HiveTableProperties.getBucketingVersion(Map<String, Object> tableProperties) Constructors in io.trino.plugin.hive with parameters of type HiveBucketing.BucketingVersionModifierConstructorDescriptionBucketAdaptation(int[] bucketColumnIndices, List<HiveType> bucketColumnHiveTypes, HiveBucketing.BucketingVersion bucketingVersion, int tableBucketCount, int partitionBucketCount, int bucketToKeep) BucketConversion(HiveBucketing.BucketingVersion bucketingVersion, int tableBucketCount, int partitionBucketCount, List<HiveColumnHandle> bucketColumnHandles) Creates an instance of aBucketConversionrecord class.BucketInfo(List<String> bucketedBy, HiveBucketing.BucketingVersion bucketingVersion, int bucketCount, List<SortingColumn> sortedBy) Creates an instance of aBucketInforecord class.BucketValidation(HiveBucketing.BucketingVersion bucketingVersion, int bucketCount, List<HiveColumnHandle> bucketColumns) Creates an instance of aBucketValidationrecord class.BucketValidator(Location path, int[] bucketColumnIndices, List<TypeInfo> bucketColumnTypes, HiveBucketing.BucketingVersion bucketingVersion, int bucketCount, int expectedBucket) HiveBucketFunction(HiveBucketing.BucketingVersion bucketingVersion, int bucketCount, List<HiveType> hiveTypes) HiveBucketHandle(List<HiveColumnHandle> columns, HiveBucketing.BucketingVersion bucketingVersion, int tableBucketCount, int readBucketCount, List<SortingColumn> sortedBy) Creates an instance of aHiveBucketHandlerecord class.HivePartitionedBucketFunction(HiveBucketing.BucketingVersion bucketingVersion, int hiveBucketCount, List<HiveType> hiveBucketTypes, List<Type> partitionColumnsTypes, TypeOperators typeOperators, int bucketCount) HivePartitioningHandle(HiveBucketing.BucketingVersion bucketingVersion, int bucketCount, List<HiveType> hiveTypes, OptionalInt maxCompatibleBucketCount, boolean usePartitionedBucketing) HiveUpdateHandle(HiveBucketing.BucketingVersion bucketingVersion, int bucketCount, List<HiveType> hiveTypes, OptionalInt maxCompatibleBucketCount, boolean usePartitionedBucketing) -
Uses of HiveBucketing.BucketingVersion in io.trino.plugin.hive.util
Subclasses with type arguments of type HiveBucketing.BucketingVersion in io.trino.plugin.hive.utilMethods in io.trino.plugin.hive.util that return HiveBucketing.BucketingVersionModifier and TypeMethodDescriptionHiveBucketing.getBucketingVersion(Map<String, String> tableProperties) Returns the enum constant of this class with the specified name.static HiveBucketing.BucketingVersion[]HiveBucketing.BucketingVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.plugin.hive.util with parameters of type HiveBucketing.BucketingVersionModifier and TypeMethodDescriptionstatic intHiveBucketing.getHiveBucket(HiveBucketing.BucketingVersion bucketingVersion, int bucketCount, List<TypeInfo> types, Page page, int position)