Uses of Class
io.trino.plugin.deltalake.transactionlog.CommitInfoEntry
-
Packages that use CommitInfoEntry Package Description io.trino.plugin.deltalake.transactionlog io.trino.plugin.deltalake.transactionlog.writer -
-
Uses of CommitInfoEntry in io.trino.plugin.deltalake.transactionlog
Methods in io.trino.plugin.deltalake.transactionlog that return CommitInfoEntry Modifier and Type Method Description CommitInfoEntryDeltaLakeTransactionLogEntry. getCommitInfo()Methods in io.trino.plugin.deltalake.transactionlog that return types with arguments of type CommitInfoEntry Modifier and Type Method Description Stream<CommitInfoEntry>TransactionLogAccess. getCommitInfoEntries(TableSnapshot tableSnapshot, ConnectorSession session)Methods in io.trino.plugin.deltalake.transactionlog with parameters of type CommitInfoEntry Modifier and Type Method Description static 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 CommitInfoEntry Modifier and Type Method Description voidTransactionLogWriter. appendCommitInfoEntry(CommitInfoEntry commitInfoEntry)
-