We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87626d1 commit 7c46a72Copy full SHA for 7c46a72
arrow-select/src/filter.rs
@@ -39,7 +39,7 @@ use arrow_schema::*;
39
///
40
/// Threshold of 0.8 chosen based on <https://dl.acm.org/doi/abs/10.1145/3465998.3466009>
41
42
-const FILTER_SLICES_SELECTIVITY_THRESHOLD: f64 = 0.8;
+const FILTER_SLICES_SELECTIVITY_THRESHOLD: f64 = 0.9;
43
44
/// An iterator of `(usize, usize)` each representing an interval
45
/// `[start, end)` whose slots of a bitmap [Buffer] are true.
0 commit comments