Package io.trino.plugin.deltalake
Class DeltaLakeNodePartitioningProvider
java.lang.Object
io.trino.plugin.deltalake.DeltaLakeNodePartitioningProvider
- All Implemented Interfaces:
ConnectorNodePartitioningProvider
public class DeltaLakeNodePartitioningProvider
extends Object
implements ConnectorNodePartitioningProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBucketFunction(ConnectorTransactionHandle transactionHandle, ConnectorSession session, ConnectorPartitioningHandle partitioningHandle, List<Type> partitionChannelTypes, int bucketCount) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.trino.spi.connector.ConnectorNodePartitioningProvider
getBucketNodeMapping, getSplitBucketFunction
-
Constructor Details
-
DeltaLakeNodePartitioningProvider
-
-
Method Details
-
getBucketFunction
public BucketFunction getBucketFunction(ConnectorTransactionHandle transactionHandle, ConnectorSession session, ConnectorPartitioningHandle partitioningHandle, List<Type> partitionChannelTypes, int bucketCount) - Specified by:
getBucketFunctionin interfaceConnectorNodePartitioningProvider
-