Function re_log_encoding::codec::arrow::read_arrow_from_bytes
source ยท pub(crate) fn read_arrow_from_bytes<R: Read>(
reader: &mut R,
) -> Result<RecordBatch, CodecError>
Expand description
Helper function that deserializes raw bytes into arrow schema and record batch using Arrow IPC format.
Returns only the first record batch in the stream.