Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Oct 19, 2023
1 parent 8458323 commit 28132b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/meta/src/model/stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,8 @@ impl TableFragments {
}
}

/// Returns dependent table ids.
/// Returns a mapping of dependent table ids of the `TableFragments`
/// to their corresponding count.
pub fn dependent_table_ids(&self) -> HashMap<TableId, usize> {
let mut table_ids = HashMap::new();
self.fragments.values().for_each(|fragment| {
Expand Down

0 comments on commit 28132b4

Please sign in to comment.