Uses of Class
io.trino.plugin.deltalake.DeltaLakeTableHandle
Packages that use DeltaLakeTableHandle
-
Uses of DeltaLakeTableHandle in io.trino.plugin.deltalake
Methods in io.trino.plugin.deltalake that return DeltaLakeTableHandleModifier and TypeMethodDescriptionstatic DeltaLakeTableHandleDeltaLakeMetadata.checkValidTableHandle(ConnectorTableHandle tableHandle) DeltaLakeTableHandle.forOptimize(boolean recordScannedFiles, io.airlift.units.DataSize maxScannedFileSize) DeltaLakeMergeTableHandle.getTableHandle()DeltaLakeTableHandle.withProjectedColumns(Set<DeltaLakeColumnHandle> projectedColumns) Methods in io.trino.plugin.deltalake with parameters of type DeltaLakeTableHandleModifier and TypeMethodDescriptionDeltaLakeRedirectionsProvider.getTableScanRedirection(ConnectorSession session, DeltaLakeTableHandle tableHandle) Constructors in io.trino.plugin.deltalake with parameters of type DeltaLakeTableHandleModifierConstructorDescriptionDeltaLakeMergeTableHandle(DeltaLakeTableHandle tableHandle, DeltaLakeInsertTableHandle insertTableHandle) -
Uses of DeltaLakeTableHandle in io.trino.plugin.deltalake.statistics
Methods in io.trino.plugin.deltalake.statistics with parameters of type DeltaLakeTableHandleModifier and TypeMethodDescriptionDeltaLakeTableStatisticsProvider.getTableStatistics(ConnectorSession session, DeltaLakeTableHandle tableHandle, TableSnapshot tableSnapshot) FileBasedTableStatisticsProvider.getTableStatistics(ConnectorSession session, DeltaLakeTableHandle tableHandle, TableSnapshot tableSnapshot)