Skip to main content

rows_to_batch

Function rows_to_batch 

Source
fn rows_to_batch(
    schema: &SchemaRef,
    rows: &[SeriesIndexRow],
) -> Result<RecordBatch>