pub fn rows_to_record_batch(rows: &[PgRow]) -> Result<RecordBatch, Error>
Converts a slice of database rows to an Arrow RecordBatch.
RecordBatch