We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73fa388 commit e0e3d2cCopy full SHA for e0e3d2c
1 file changed
crates/table/src/pages.rs
@@ -193,7 +193,7 @@ impl Pages {
193
/// containing `num_var_len_granules` granules of var-len data.
194
///
195
/// Retrieving a page in this way will remove it from the non-full set.
196
- /// After performing an insertion, the caller should use [`Pages::record_page_available_granules`]
+ /// After performing an insertion, the caller should use [`Pages::record_page_non_full`]
197
/// to restore the page to the non-full set.
198
fn find_page_with_space_for_row(
199
&mut self,
0 commit comments