Skip to main content

Module conversion

Module conversion 

Source
Expand description

Conversion between Vec<Row> (HashMap<String, serde_json::Value>) and Arrow RecordBatch.

Functionsยง

record_batch_to_rows
Convert Arrow RecordBatch slices back into Vec<Row>.
rows_to_record_batch
Convert Vec<Row> into an Arrow RecordBatch.