Uses of Class
io.trino.plugin.deltalake.transactionlog.CommitInfoEntry
Packages that use CommitInfoEntry
Package
Description
-
Uses of CommitInfoEntry in io.trino.plugin.deltalake.transactionlog
Methods in io.trino.plugin.deltalake.transactionlog that return CommitInfoEntryMethods in io.trino.plugin.deltalake.transactionlog that return types with arguments of type CommitInfoEntryModifier and TypeMethodDescriptionTransactionLogAccess.getCommitInfoEntries(TableSnapshot tableSnapshot, ConnectorSession session) Methods in io.trino.plugin.deltalake.transactionlog with parameters of type CommitInfoEntryModifier and TypeMethodDescriptionstatic DeltaLakeTransactionLogEntryDeltaLakeTransactionLogEntry.commitInfoEntry(CommitInfoEntry commitInfo) static DeltaLakeTransactionLogEntryDeltaLakeTransactionLogEntry.fromJson(TransactionEntry txn, AddFileEntry add, RemoveFileEntry remove, MetadataEntry metaData, ProtocolEntry protocol, CommitInfoEntry commitInfo) -
Uses of CommitInfoEntry in io.trino.plugin.deltalake.transactionlog.writer
Methods in io.trino.plugin.deltalake.transactionlog.writer with parameters of type CommitInfoEntryModifier and TypeMethodDescriptionvoidTransactionLogWriter.appendCommitInfoEntry(CommitInfoEntry commitInfoEntry)