Expand description
Arrow IPC File and Stream Readers
The FileReader
and StreamReader
have similar interfaces,
however the FileReader
expects a reader that supports Seek
ing
Structs
- Arrow File reader
- Arrow Stream reader
Functions
- Read the dictionary from the buffer and provided metadata, updating the
dictionaries_by_id
with the resulting dictionary - Creates a record batch from binary data using the
crate::RecordBatch
indexes and theSchema