Uses of Class
io.trino.plugin.deltalake.transactionlog.TableSnapshot
Packages that use TableSnapshot
Package
Description
-
Uses of TableSnapshot in io.trino.plugin.deltalake.metastore
Methods in io.trino.plugin.deltalake.metastore that return TableSnapshotModifier and TypeMethodDescriptionDeltaLakeMetastore.getSnapshot(SchemaTableName table, ConnectorSession session) HiveMetastoreBackedDeltaLakeMetastore.getSnapshot(SchemaTableName table, ConnectorSession session) Methods in io.trino.plugin.deltalake.metastore with parameters of type TableSnapshotModifier and TypeMethodDescriptionDeltaLakeMetastore.getMetadata(TableSnapshot tableSnapshot, ConnectorSession session) HiveMetastoreBackedDeltaLakeMetastore.getMetadata(TableSnapshot tableSnapshot, ConnectorSession session) DeltaLakeMetastore.getProtocol(ConnectorSession session, TableSnapshot table) HiveMetastoreBackedDeltaLakeMetastore.getProtocol(ConnectorSession session, 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.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)