Uses of Class
io.trino.plugin.deltalake.transactionlog.CommitInfoEntry
Packages that use CommitInfoEntry
Package
Description
-
Uses of CommitInfoEntry in io.trino.plugin.deltalake
Constructor parameters in io.trino.plugin.deltalake with type arguments of type CommitInfoEntryModifierConstructorDescriptionDeltaLakeHistoryTable(SchemaTableName tableName, List<CommitInfoEntry> commitInfoEntries, TypeManager typeManager) -
Uses of CommitInfoEntry in io.trino.plugin.deltalake.transactionlog
Methods in io.trino.plugin.deltalake.transactionlog that return CommitInfoEntryModifier and TypeMethodDescriptionDeltaLakeTransactionLogEntry.getCommitInfo()CommitInfoEntry.withVersion(long version) Methods 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, CdfFileEntry cdfFileEntry) DeltaLakeTransactionLogEntry.withCommitInfo(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)