Function re_protos::codec::read_arrow_from_bytes
source · fn read_arrow_from_bytes<R: Read>(
reader: &mut R
) -> Result<(Schema, Chunk<Box<dyn ArrowArray>>), CodecError>
Expand description
Helper function that deserializes raw bytes into arrow schema and record batch using Arrow IPC format.