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 TupleDomain<DeltaLakeColumnHandle>DeltaLakeMetadata.createStatisticsPredicate(AddFileEntry addFileEntry, List<DeltaLakeColumnMetadata> schema, List<String> canonicalPartitionColumns) -
Uses of AddFileEntry in io.trino.plugin.deltalake.metastore
Methods in io.trino.plugin.deltalake.metastore that return types with arguments of type AddFileEntryModifier and TypeMethodDescriptionDeltaLakeMetastore.getValidDataFiles(SchemaTableName table, ConnectorSession session) HiveMetastoreBackedDeltaLakeMetastore.getValidDataFiles(SchemaTableName table, ConnectorSession session) -
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, 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) 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)