rows_to_record_batch

Function rows_to_record_batch 

Source
pub fn rows_to_record_batch(rows: &[PgRow]) -> Result<RecordBatch, Error>
Expand description

Converts a slice of database rows to an Arrow RecordBatch.