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 a5a4e94 commit 7311fcaCopy full SHA for 7311fca
src/table/util.rs
@@ -12,6 +12,7 @@ use std::{path::Path, sync::Arc};
12
#[cfg(feature = "metrics")]
13
use crate::metrics::Metrics;
14
15
+#[must_use]
16
pub fn aggregate_run_key_range(tables: &[Table]) -> KeyRange {
17
let lo = tables.first().expect("run should never be empty");
18
let hi = tables.last().expect("run should never be empty");
0 commit comments