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.
pub fn record_batch_to_rows(
arrow_batch: &RecordBatch,
pg_batch: &mut DataRowBatch,
) -> Result<(), ErrorResponse>Writes the contents of an Arrow RecordBatch into a Postgres DataRowBatch.