Package io.trino.plugin.deltalake
Class DeltaLakeBucketFunction
- java.lang.Object
-
- io.trino.plugin.deltalake.DeltaLakeBucketFunction
-
- All Implemented Interfaces:
BucketFunction
public class DeltaLakeBucketFunction extends Object implements BucketFunction
-
-
Constructor Summary
Constructors Constructor Description DeltaLakeBucketFunction(TypeOperators typeOperators, List<DeltaLakeColumnHandle> partitioningColumns, int bucketCount)
-
-
-
Constructor Detail
-
DeltaLakeBucketFunction
public DeltaLakeBucketFunction(TypeOperators typeOperators, List<DeltaLakeColumnHandle> partitioningColumns, int bucketCount)
-
-
Method Detail
-
getBucket
public int getBucket(Page page, int position)
- Specified by:
getBucketin interfaceBucketFunction
-
-