Skip to main content

consume_record_batch

Function consume_record_batch 

Source
fn consume_record_batch(
    array_reader: &mut dyn ArrayReader,
) -> Result<RecordBatch>
Expand description

Converts the projection buffered by array_reader into a record batch.