Skip to content

Commit

Permalink
Update src/mito2/src/sst/file.rs
Browse files Browse the repository at this point in the history
Co-authored-by: jeremyhi <[email protected]>
  • Loading branch information
WenyXu and fengjiachun authored Dec 12, 2024
1 parent 83d5d63 commit 87f846e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mito2/src/sst/file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ impl FileMeta {
self.available_indexes.contains(&IndexType::FulltextIndex)
}

/// Return the size of the inverted index file
/// Returns the size of the inverted index file
pub fn inverted_index_size(&self) -> Option<u64> {
if self.available_indexes.len() == 1 && self.inverted_index_available() {
Some(self.index_file_size)
Expand Down

0 comments on commit 87f846e

Please sign in to comment.