Function re_log_encoding::codec::arrow::read_arrow_from_bytes

source ยท
pub(crate) fn read_arrow_from_bytes<R: Read>(
    reader: &mut R,
) -> Result<(Schema, Chunk<Box<dyn Arrow2Array>>), CodecError>
Expand description

Helper function that deserializes raw bytes into arrow schema and record batch using Arrow IPC format.