Package io.trino.plugin.hive
Class HivePartitionedBucketFunction
- java.lang.Object
-
- io.trino.plugin.hive.HivePartitionedBucketFunction
-
- All Implemented Interfaces:
BucketFunction
public class HivePartitionedBucketFunction extends Object implements BucketFunction
-
-
Constructor Summary
Constructors Constructor Description HivePartitionedBucketFunction(HiveBucketing.BucketingVersion bucketingVersion, int hiveBucketCount, List<HiveType> hiveBucketTypes, List<Type> partitionColumnsTypes, TypeOperators typeOperators, int bucketCount)
-
-
-
Constructor Detail
-
HivePartitionedBucketFunction
public HivePartitionedBucketFunction(HiveBucketing.BucketingVersion bucketingVersion, int hiveBucketCount, List<HiveType> hiveBucketTypes, List<Type> partitionColumnsTypes, TypeOperators typeOperators, int bucketCount)
-
-