Skip to main content

count_rows

Function count_rows 

Source
pub async fn count_rows(
    batches: Inputs<RecordBatch>,
    counts: Outputs<usize>,
    total: Outputs<usize, 1>,
) -> Result<(), Error>
Expand description

A block that outputs row counts of input record batches.