Uses of Class
io.trino.plugin.deltalake.transactionlog.checkpoint.LastCheckpoint
Packages that use LastCheckpoint
Package
Description
-
Uses of LastCheckpoint in io.trino.plugin.deltalake.transactionlog
Method parameters in io.trino.plugin.deltalake.transactionlog with type arguments of type LastCheckpointModifier and TypeMethodDescriptionstatic TableSnapshotTableSnapshot.load(SchemaTableName table, Optional<LastCheckpoint> lastCheckpoint, TrinoFileSystem fileSystem, String tableLocation, ParquetReaderOptions parquetReaderOptions, boolean checkpointRowStatisticsWritingEnabled, int domainCompactionThreshold) -
Uses of LastCheckpoint in io.trino.plugin.deltalake.transactionlog.checkpoint
Constructor parameters in io.trino.plugin.deltalake.transactionlog.checkpoint with type arguments of type LastCheckpointModifierConstructorDescriptionCheckpointWriterManager(TypeManager typeManager, CheckpointSchemaManager checkpointSchemaManager, TrinoFileSystemFactory fileSystemFactory, NodeVersion nodeVersion, TransactionLogAccess transactionLogAccess, FileFormatDataSourceStats fileFormatDataSourceStats, io.airlift.json.JsonCodec<LastCheckpoint> lastCheckpointCodec)