Package io.trino.plugin.deltalake
Class DeltaLakePartitioningHandle
- java.lang.Object
-
- io.trino.plugin.deltalake.DeltaLakePartitioningHandle
-
- All Implemented Interfaces:
ConnectorPartitioningHandle
public class DeltaLakePartitioningHandle extends Object implements ConnectorPartitioningHandle
-
-
Constructor Summary
Constructors Constructor Description DeltaLakePartitioningHandle(List<DeltaLakeColumnHandle> partitioningColumns)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DeltaLakeColumnHandle>getPartitioningColumns()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.trino.spi.connector.ConnectorPartitioningHandle
isCoordinatorOnly, isSingleNode
-
-
-
-
Constructor Detail
-
DeltaLakePartitioningHandle
public DeltaLakePartitioningHandle(List<DeltaLakeColumnHandle> partitioningColumns)
-
-
Method Detail
-
getPartitioningColumns
public List<DeltaLakeColumnHandle> getPartitioningColumns()
-
-