pub fn get_row_count_from_blocks<R: Read + Seek>( reader: &mut R, blocks: &[Block], ) -> PolarsResult<i64>
Read the row count by summing the length of the of the record batches in blocks