record_batch_to_rows

Function record_batch_to_rows 

Source
pub fn record_batch_to_rows(
    arrow_batch: &RecordBatch,
    pg_batch: &mut DataRowBatch,
) -> Result<(), ErrorResponse>
Expand description

Writes the contents of an Arrow RecordBatch into a Postgres DataRowBatch.