Skip to main content

deserialize_batch_stream

Function deserialize_batch_stream 

Source
pub fn deserialize_batch_stream(bytes: &[u8]) -> Result<RecordBatch, ArrowError>
Expand description

Deserializes a single [RecordBatch] from Arrow IPC stream bytes.

ยงErrors

Returns [arrow_schema::ArrowError] if the bytes are invalid or contain no batches.