Uses of Class
io.trino.plugin.deltalake.transactionlog.DeltaLakeTransactionLogEntry
-
Packages that use DeltaLakeTransactionLogEntry Package Description io.trino.plugin.deltalake.transactionlog io.trino.plugin.deltalake.transactionlog.checkpoint -
-
Uses of DeltaLakeTransactionLogEntry in io.trino.plugin.deltalake.transactionlog
Methods in io.trino.plugin.deltalake.transactionlog that return types with arguments of type DeltaLakeTransactionLogEntry Modifier and Type Method Description Stream<DeltaLakeTransactionLogEntry>TableSnapshot. getCheckpointTransactionLogEntries(ConnectorSession session, Set<CheckpointEntryIterator.EntryType> entryTypes, CheckpointSchemaManager checkpointSchemaManager, TypeManager typeManager, org.apache.hadoop.fs.FileSystem fileSystem, HdfsEnvironment hdfsEnvironment, FileFormatDataSourceStats stats)Stream<DeltaLakeTransactionLogEntry>TransactionLogAccess. getJsonEntries(org.apache.hadoop.fs.FileSystem fileSystem, org.apache.hadoop.fs.Path transactionLogDir, List<Long> forVersions)List<DeltaLakeTransactionLogEntry>TableSnapshot. getJsonTransactionLogEntries()Method parameters in io.trino.plugin.deltalake.transactionlog with type arguments of type DeltaLakeTransactionLogEntry Modifier and Type Method Description DeltaLakeDataFileCacheEntryDeltaLakeDataFileCacheEntry. withUpdatesApplied(List<DeltaLakeTransactionLogEntry> newEntries, long newVersion) -
Uses of DeltaLakeTransactionLogEntry in io.trino.plugin.deltalake.transactionlog.checkpoint
Methods in io.trino.plugin.deltalake.transactionlog.checkpoint that return DeltaLakeTransactionLogEntry Modifier and Type Method Description DeltaLakeTransactionLogEntryCheckpointEntryIterator.CheckPointFieldExtractor. getEntry(ConnectorSession session, Block block, int pagePosition)DeltaLakeTransactionLogEntryCheckpointEntryIterator. next()Methods in io.trino.plugin.deltalake.transactionlog.checkpoint that return types with arguments of type DeltaLakeTransactionLogEntry Modifier and Type Method Description static Optional<List<DeltaLakeTransactionLogEntry>>TransactionLogTail. getEntriesFromJson(org.apache.hadoop.fs.Path transactionLogFilePath, org.apache.hadoop.fs.FileSystem fileSystem)List<DeltaLakeTransactionLogEntry>TransactionLogTail. getFileEntries()Methods in io.trino.plugin.deltalake.transactionlog.checkpoint with parameters of type DeltaLakeTransactionLogEntry Modifier and Type Method Description voidCheckpointBuilder. addLogEntry(DeltaLakeTransactionLogEntry logEntry)
-