Class IcebergBucketFunction

java.lang.Object
io.trino.plugin.iceberg.IcebergBucketFunction
All Implemented Interfaces:
BucketFunction

public class IcebergBucketFunction extends Object implements BucketFunction
  • Constructor Details

    • IcebergBucketFunction

      public IcebergBucketFunction(TypeOperators typeOperators, org.apache.iceberg.PartitionSpec partitionSpec, List<IcebergColumnHandle> partitioningColumns, int bucketCount)
  • Method Details