Skip to main content

slice_rows

Function slice_rows 

Source
pub async fn slice_rows(
    offset: usize,
    limit: Option<usize>,
    inputs: Inputs<RecordBatch>,
    outputs: Outputs<RecordBatch>,
) -> Result
Expand description

A block that applies offsets/limits to batches of rows.