Uses of Class
io.trino.plugin.deltalake.transactionlog.CdcEntry
Packages that use CdcEntry
Package
Description
-
Uses of CdcEntry in io.trino.plugin.deltalake.transactionlog
Methods in io.trino.plugin.deltalake.transactionlog that return CdcEntryMethods in io.trino.plugin.deltalake.transactionlog with parameters of type CdcEntryModifier and TypeMethodDescriptionstatic DeltaLakeTransactionLogEntrystatic DeltaLakeTransactionLogEntryDeltaLakeTransactionLogEntry.fromJson(TransactionEntry txn, AddFileEntry add, RemoveFileEntry remove, MetadataEntry metaData, ProtocolEntry protocol, CommitInfoEntry commitInfo, CdcEntry cdcEntry) -
Uses of CdcEntry in io.trino.plugin.deltalake.transactionlog.writer
Methods in io.trino.plugin.deltalake.transactionlog.writer with parameters of type CdcEntry