Uses of Class
io.trino.plugin.deltalake.transactionlog.TableSnapshot
Packages that use TableSnapshot
Package
Description
-
Uses of TableSnapshot in io.trino.plugin.deltalake.statistics
Methods in io.trino.plugin.deltalake.statistics with parameters of type TableSnapshotModifier and TypeMethodDescriptionDeltaLakeTableStatisticsProvider.getTableStatistics(ConnectorSession session, DeltaLakeTableHandle tableHandle, TableSnapshot tableSnapshot) FileBasedTableStatisticsProvider.getTableStatistics(ConnectorSession session, DeltaLakeTableHandle tableHandle, TableSnapshot tableSnapshot) -
Uses of TableSnapshot in io.trino.plugin.deltalake.transactionlog
Methods in io.trino.plugin.deltalake.transactionlog that return TableSnapshotModifier and TypeMethodDescriptionstatic TableSnapshotTableSnapshot.load(SchemaTableName table, TrinoFileSystem fileSystem, String tableLocation, ParquetReaderOptions parquetReaderOptions, boolean checkpointRowStatisticsWritingEnabled, int domainCompactionThreshold) TransactionLogAccess.loadSnapshot(SchemaTableName table, String tableLocation, ConnectorSession session) Methods in io.trino.plugin.deltalake.transactionlog that return types with arguments of type TableSnapshotMethods in io.trino.plugin.deltalake.transactionlog with parameters of type TableSnapshotModifier and TypeMethodDescriptionTransactionLogAccess.getActiveFiles(TableSnapshot tableSnapshot, ConnectorSession session) TransactionLogAccess.getCommitInfoEntries(TableSnapshot tableSnapshot, ConnectorSession session) TransactionLogAccess.getMetadataEntry(TableSnapshot tableSnapshot, ConnectorSession session) TransactionLogAccess.getProtocolEntries(TableSnapshot tableSnapshot, ConnectorSession session) TransactionLogAccess.getProtocolEntry(ConnectorSession session, TableSnapshot tableSnapshot) TransactionLogAccess.getRemoveEntries(TableSnapshot tableSnapshot, ConnectorSession session) -
Uses of TableSnapshot in io.trino.plugin.deltalake.transactionlog.checkpoint
Methods in io.trino.plugin.deltalake.transactionlog.checkpoint with parameters of type TableSnapshotModifier and TypeMethodDescriptionvoidCheckpointWriterManager.writeCheckpoint(ConnectorSession session, TableSnapshot snapshot)