[][src]Module arrow::ipc::writer

Arrow IPC File and Stream Writers

The FileWriter and StreamWriter have similar interfaces, however the FileWriter expects a reader that supports Seeking

Structs

FileWriter
StreamWriter

Functions

record_batch_to_bytes

Write a RecordBatch into a tuple of bytes, one for the header (ipc::Message) and the other for the batch's data

schema_to_bytes