Uses of Class
io.trino.plugin.deltalake.transactionlog.TableSnapshot
-
Packages that use TableSnapshot Package Description io.trino.plugin.deltalake.metastore io.trino.plugin.deltalake.transactionlog io.trino.plugin.deltalake.transactionlog.checkpoint -
-
Uses of TableSnapshot in io.trino.plugin.deltalake.metastore
Methods in io.trino.plugin.deltalake.metastore that return TableSnapshot Modifier and Type Method Description TableSnapshotDeltaLakeMetastore. getSnapshot(SchemaTableName table, ConnectorSession session)TableSnapshotHiveMetastoreBackedDeltaLakeMetastore. getSnapshot(SchemaTableName table, ConnectorSession session)Methods in io.trino.plugin.deltalake.metastore with parameters of type TableSnapshot Modifier and Type Method Description Optional<MetadataEntry>DeltaLakeMetastore. getMetadata(TableSnapshot tableSnapshot, ConnectorSession session)Optional<MetadataEntry>HiveMetastoreBackedDeltaLakeMetastore. getMetadata(TableSnapshot tableSnapshot, ConnectorSession session)ProtocolEntryDeltaLakeMetastore. getProtocol(ConnectorSession session, TableSnapshot table)ProtocolEntryHiveMetastoreBackedDeltaLakeMetastore. getProtocol(ConnectorSession session, TableSnapshot tableSnapshot) -
Uses of TableSnapshot in io.trino.plugin.deltalake.transactionlog
Methods in io.trino.plugin.deltalake.transactionlog that return TableSnapshot Modifier and Type Method Description static TableSnapshotTableSnapshot. load(SchemaTableName table, org.apache.hadoop.fs.FileSystem fileSystem, org.apache.hadoop.fs.Path tableLocation, ParquetReaderOptions parquetReaderOptions, boolean checkpointRowStatisticsWritingEnabled)TableSnapshotTransactionLogAccess. loadSnapshot(SchemaTableName table, org.apache.hadoop.fs.Path tableLocation, ConnectorSession session)Methods in io.trino.plugin.deltalake.transactionlog that return types with arguments of type TableSnapshot Modifier and Type Method Description Optional<TableSnapshot>TableSnapshot. getUpdatedSnapshot(org.apache.hadoop.fs.FileSystem fileSystem)Methods in io.trino.plugin.deltalake.transactionlog with parameters of type TableSnapshot Modifier and Type Method Description List<AddFileEntry>TransactionLogAccess. getActiveFiles(TableSnapshot tableSnapshot, ConnectorSession session)Stream<CommitInfoEntry>TransactionLogAccess. getCommitInfoEntries(TableSnapshot tableSnapshot, ConnectorSession session)Optional<MetadataEntry>TransactionLogAccess. getMetadataEntry(TableSnapshot tableSnapshot, ConnectorSession session)Stream<ProtocolEntry>TransactionLogAccess. getProtocolEntries(TableSnapshot tableSnapshot, ConnectorSession session)Stream<RemoveFileEntry>TransactionLogAccess. getRemoveEntries(TableSnapshot tableSnapshot, ConnectorSession session) -
Uses of TableSnapshot in io.trino.plugin.deltalake.transactionlog.checkpoint
Methods in io.trino.plugin.deltalake.transactionlog.checkpoint with parameters of type TableSnapshot Modifier and Type Method Description voidCheckpointWriterManager. writeCheckpoint(ConnectorSession session, TableSnapshot snapshot)
-