Function re_log_encoding::codec::arrow::write_arrow_to_bytes

source ยท
pub(crate) fn write_arrow_to_bytes<W: Write>(
    writer: &mut W,
    schema: &Schema,
    data: &Chunk<Box<dyn Arrow2Array>>,
) -> Result<(), CodecError>
Expand description

Helper function that serializes given arrow schema and record batch into bytes using Arrow IPC format.