Function get_row_count_from_blocks

Source
pub fn get_row_count_from_blocks<R: Read + Seek>(
    reader: &mut R,
    blocks: &[Block],
) -> PolarsResult<i64>
Expand description

Read the row count by summing the length of the of the record batches in blocks