Function re_sdk::external::arrow::ipc::writer::write_message

pub fn write_message<W>(
    writer: W,
    encoded: EncodedData,
    write_options: &IpcWriteOptions,
) -> Result<(usize, usize), ArrowError>
where W: Write,
Expand description

Write a message’s IPC data and buffers, returning metadata and buffer data lengths written