Uses of Class
io.trino.plugin.deltalake.transactionlog.AddFileEntry
Packages that use AddFileEntry
Package
Description
-
Uses of AddFileEntry in io.trino.plugin.deltalake
Methods in io.trino.plugin.deltalake with parameters of type AddFileEntryModifier and TypeMethodDescriptionstatic LocationDeltaLakeSplitManager.buildSplitPath(Location tableLocation, AddFileEntry addAction) static TupleDomain<DeltaLakeColumnHandle>DeltaLakeMetadata.createStatisticsPredicate(AddFileEntry addFileEntry, List<DeltaLakeColumnMetadata> schema, List<String> canonicalPartitionColumns) -
Uses of AddFileEntry in io.trino.plugin.deltalake.transactionlog
Methods in io.trino.plugin.deltalake.transactionlog that return AddFileEntryMethods in io.trino.plugin.deltalake.transactionlog that return types with arguments of type AddFileEntryModifier and TypeMethodDescriptionDeltaLakeDataFileCacheEntry.getActiveFiles()TransactionLogAccess.getActiveFiles(TableSnapshot tableSnapshot, MetadataEntry metadataEntry, ProtocolEntry protocolEntry, ConnectorSession session) Deprecated.TransactionLogAccess.getActiveFiles(TableSnapshot tableSnapshot, MetadataEntry metadataEntry, ProtocolEntry protocolEntry, TupleDomain<DeltaLakeColumnHandle> partitionConstraint, Optional<Set<DeltaLakeColumnHandle>> projectedColumns, ConnectorSession session) Methods in io.trino.plugin.deltalake.transactionlog with parameters of type AddFileEntryModifier and TypeMethodDescriptionstatic DeltaLakeTransactionLogEntryDeltaLakeTransactionLogEntry.addFileEntry(AddFileEntry addFileEntry) static DeltaLakeTransactionLogEntryDeltaLakeTransactionLogEntry.fromJson(TransactionEntry txn, AddFileEntry add, RemoveFileEntry remove, MetadataEntry metaData, ProtocolEntry protocol, CommitInfoEntry commitInfo, CdcEntry cdcEntry) Constructor parameters in io.trino.plugin.deltalake.transactionlog with type arguments of type AddFileEntryModifierConstructorDescriptionDeltaLakeDataFileCacheEntry(long version, List<AddFileEntry> activeFiles) -
Uses of AddFileEntry in io.trino.plugin.deltalake.transactionlog.checkpoint
Methods in io.trino.plugin.deltalake.transactionlog.checkpoint that return types with arguments of type AddFileEntry -
Uses of AddFileEntry in io.trino.plugin.deltalake.transactionlog.writer
Methods in io.trino.plugin.deltalake.transactionlog.writer with parameters of type AddFileEntryModifier and TypeMethodDescriptionvoidTransactionLogWriter.appendAddFileEntry(AddFileEntry addFileEntry)