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<ColumnHandle> 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.metastore
Methods in io.trino.plugin.deltalake.metastore with parameters of type DeltaLakeTableHandleModifier and TypeMethodDescriptionDeltaLakeMetastore.getTableStatistics(ConnectorSession session, DeltaLakeTableHandle tableHandle) HiveMetastoreBackedDeltaLakeMetastore.getTableStatistics(ConnectorSession session, DeltaLakeTableHandle tableHandle)