Uses of Class
io.trino.plugin.deltalake.transactionlog.TransactionEntry
Packages that use TransactionEntry
Package
Description
-
Uses of TransactionEntry in io.trino.plugin.deltalake.transactionlog
Methods in io.trino.plugin.deltalake.transactionlog that return TransactionEntryMethods in io.trino.plugin.deltalake.transactionlog with parameters of type TransactionEntryModifier and TypeMethodDescriptionstatic DeltaLakeTransactionLogEntryDeltaLakeTransactionLogEntry.fromJson(TransactionEntry txn, AddFileEntry add, RemoveFileEntry remove, MetadataEntry metaData, ProtocolEntry protocol, CommitInfoEntry commitInfo, CdfFileEntry cdfFileEntry) static DeltaLakeTransactionLogEntryDeltaLakeTransactionLogEntry.transactionEntry(TransactionEntry transaction) -
Uses of TransactionEntry in io.trino.plugin.deltalake.transactionlog.checkpoint
Methods in io.trino.plugin.deltalake.transactionlog.checkpoint that return types with arguments of type TransactionEntry