Skip to main content

Crate arrow_bridge

Crate arrow_bridge 

Source
Expand description

Convert core_query::ResultSet to Arrow RecordBatches and IPC stream bytes.

Functionsยง

to_ipc_bytes
Encode rs as a single-batch Arrow IPC stream.
to_record_batch
Infer a per-column Arrow type and build a single-batch RecordBatch.