We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ac5c0 commit 8390d99Copy full SHA for 8390d99
1 file changed
crates/geo_filters/README.md
@@ -32,7 +32,7 @@ let mut c2 = GeoDistinctCount13::default();
32
c2.push(2);
33
c2.push(3);
34
35
-let estimated_size = c1.size_with_sketch(&c2);
+let estimated_size = c1.size_with_sketch_real(&c2);
36
assert!(estimated_size >= 3.0_f32 * 0.9 &&
37
estimated_size <= 3.0_f32 * 1.1);
38
```
0 commit comments