Skip to content

Commit e4a9b38

Browse files
committed
wip
Signed-off-by: Joe Isaacs <[email protected]>
1 parent ab0e1e2 commit e4a9b38

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vortex-btrblocks/src/string.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ pub struct StringStats {
4141
}
4242

4343
/// Estimate the number of distinct strings in the var bin view array.
44-
4544
fn estimate_distinct_count(strings: &VarBinViewArray) -> u32 {
4645
let views = strings.views();
4746
// Iterate the views. Two strings which are equal must have the same first 8-bytes.

0 commit comments

Comments
 (0)