Skip to content

Commit

Permalink
Add file level doc
Browse files Browse the repository at this point in the history
  • Loading branch information
OussamaSaoudi-db committed Nov 26, 2024
1 parent 196de69 commit d188791
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kernel/src/table_changes/log_replay.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//! Defines [`LogReplayScanner`] used by [`TableChangesScan`] to process commit files and extract
//! the metadata needed to generate the Change Data Feed.

use std::collections::{HashMap, HashSet};
use std::sync::{Arc, LazyLock};

Expand Down

0 comments on commit d188791

Please sign in to comment.