Uses of Class
io.trino.plugin.deltalake.transactionlog.RemoveFileEntry
-
Packages that use RemoveFileEntry Package Description io.trino.plugin.deltalake.transactionlog io.trino.plugin.deltalake.transactionlog.checkpoint io.trino.plugin.deltalake.transactionlog.writer -
-
Uses of RemoveFileEntry in io.trino.plugin.deltalake.transactionlog
Methods in io.trino.plugin.deltalake.transactionlog that return RemoveFileEntry Modifier and Type Method Description RemoveFileEntryDeltaLakeTransactionLogEntry. getRemove()Methods in io.trino.plugin.deltalake.transactionlog that return types with arguments of type RemoveFileEntry Modifier and Type Method Description Stream<RemoveFileEntry>TransactionLogAccess. getRemoveEntries(TableSnapshot tableSnapshot, ConnectorSession session)Methods in io.trino.plugin.deltalake.transactionlog with parameters of type RemoveFileEntry Modifier and Type Method Description static 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 Modifier and Type Method Description Set<RemoveFileEntry>CheckpointEntries. getRemoveFileEntries() -
Uses of RemoveFileEntry in io.trino.plugin.deltalake.transactionlog.writer
Methods in io.trino.plugin.deltalake.transactionlog.writer with parameters of type RemoveFileEntry Modifier and Type Method Description voidTransactionLogWriter. appendRemoveFileEntry(RemoveFileEntry removeFileEntry)
-