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 TypeMethodDescriptionHiveSplit.BucketConversion.bucketingVersion()Returns the value of thebucketingVersionrecord component.HiveSplit.BucketValidation.bucketingVersion()Returns the value of thebucketingVersionrecord component.BackgroundHiveSplitLoader.BucketSplitInfo.getBucketingVersion()HiveBucketHandle.getBucketingVersion()HiveBucketProperty.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.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) HiveBucketAdapterRecordCursor(int[] bucketColumnIndices, List<HiveType> bucketColumnHiveTypes, HiveBucketing.BucketingVersion bucketingVersion, int tableBucketCount, int partitionBucketCount, int bucketToKeep, TypeManager typeManager, RecordCursor delegate) HiveBucketFunction(HiveBucketing.BucketingVersion bucketingVersion, int bucketCount, List<HiveType> hiveTypes) HiveBucketHandle(List<HiveColumnHandle> columns, HiveBucketing.BucketingVersion bucketingVersion, int tableBucketCount, int readBucketCount, List<SortingColumn> sortedBy) HiveBucketProperty(List<String> bucketedBy, HiveBucketing.BucketingVersion bucketingVersion, int bucketCount, List<SortingColumn> sortedBy) HiveBucketValidationRecordCursor(Location path, int[] bucketColumnIndices, List<HiveType> bucketColumnTypes, HiveBucketing.BucketingVersion bucketingVersion, int bucketCount, int expectedBucket, TypeManager typeManager, RecordCursor delegate) 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
Methods 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) static intHiveBucketing.getHiveBucket(HiveBucketing.BucketingVersion bucketingVersion, int bucketCount, List<TypeInfo> types, Object[] values)