We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c292d commit bdb6372Copy full SHA for bdb6372
crates/iceberg/src/metadata_scan.rs
@@ -147,6 +147,8 @@ impl MetadataTable for SnapshotsTable {
147
/// Metadata log entries table.
148
///
149
/// Use to inspect the current and historical metadata files in the table.
150
+/// Contains every metadata file and the time it was added. For each metadata
151
+/// file, the table contains information about the latest snapshot at the time.
152
pub struct MetadataLogEntriesTable;
153
154
impl MetadataLogEntriesTable {
0 commit comments