Function re_log_encoding::codec::arrow::write_arrow_to_bytes

source ยท
pub(crate) fn write_arrow_to_bytes<W: Write>(
    writer: &mut W,
    batch: &RecordBatch,
) -> Result<(), CodecError>
Expand description

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