global_zone_line_count

Function global_zone_line_count 

Source
fn global_zone_line_count(gfs: &Arc<FileStore>, zone: &str) -> Option<u64>
Expand description

Exact non-blank line count of the output file in zone, computed via the same streaming index builder read_range uses (so the two endpoints always agree). Returns Some(0) for an empty file, None on read failure.