Module arrow::ipc::reader[][src]

Expand description

Arrow IPC File and Stream Readers

The FileReader and StreamReader have similar interfaces, however the FileReader expects a reader that supports Seeking

Structs

FileReader

Arrow File reader

StreamReader

Arrow Stream reader

Functions

read_dictionary

Read the dictionary from the buffer and provided metadata, updating the dictionaries_by_field with the resulting dictionary

read_record_batch

Creates a record batch from binary data using the ipc::RecordBatch indexes and the Schema