fn write_continuation<W: Write>(
writer: W,
write_options: &IpcWriteOptions,
total_len: i32,
) -> Result<usize, ArrowError>
Expand description
Write a record batch to the writer, writing the message size before the message if the record batch is being written to a stream