Skip to main content

encode_frame

Function encode_frame 

Source
pub fn encode_frame(
    schema: &Arc<Schema>,
    batch: &RecordBatch,
) -> Result<Vec<u8>>
Expand description

Serialize one push as a self-contained Arrow IPC stream frame.