Function re_protos::codec::write_arrow_to_bytes
source · fn write_arrow_to_bytes<W: Write>(
writer: &mut W,
schema: &Schema,
data: &Chunk<Box<dyn ArrowArray>>
) -> Result<(), CodecError>
Expand description
Helper function that serializes given arrow schema and record batch into bytes using Arrow IPC format.