Uses of Class
io.trino.plugin.deltalake.transactionlog.AddFileEntry
-
-
Uses of AddFileEntry in io.trino.plugin.deltalake
Methods in io.trino.plugin.deltalake with parameters of type AddFileEntry Modifier and Type Method Description static TupleDomain<DeltaLakeColumnHandle>DeltaLakeMetadata. createStatisticsPredicate(AddFileEntry addFileEntry, List<ColumnMetadata> 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 AddFileEntry Modifier and Type Method Description List<AddFileEntry>DeltaLakeMetastore. getValidDataFiles(SchemaTableName table, ConnectorSession session)List<AddFileEntry>HiveMetastoreBackedDeltaLakeMetastore. getValidDataFiles(SchemaTableName table, ConnectorSession session) -
Uses of AddFileEntry in io.trino.plugin.deltalake.transactionlog
Methods in io.trino.plugin.deltalake.transactionlog that return AddFileEntry Modifier and Type Method Description AddFileEntryDeltaLakeTransactionLogEntry. getAdd()Methods in io.trino.plugin.deltalake.transactionlog that return types with arguments of type AddFileEntry Modifier and Type Method Description List<AddFileEntry>DeltaLakeDataFileCacheEntry. getActiveFiles()List<AddFileEntry>TransactionLogAccess. getActiveFiles(TableSnapshot tableSnapshot, ConnectorSession session)Methods in io.trino.plugin.deltalake.transactionlog with parameters of type AddFileEntry Modifier and Type Method Description static 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 AddFileEntry Constructor Description DeltaLakeDataFileCacheEntry(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 Modifier and Type Method Description Set<AddFileEntry>CheckpointEntries. getAddFileEntries() -
Uses of AddFileEntry in io.trino.plugin.deltalake.transactionlog.writer
Methods in io.trino.plugin.deltalake.transactionlog.writer with parameters of type AddFileEntry Modifier and Type Method Description voidTransactionLogWriter. appendAddFileEntry(AddFileEntry addFileEntry)
-