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