Module datafusion_python::datafusion_common::arrow::ipc::reader
source · 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§
- A low-level, push-based interface for reading an IPC file
- Arrow File reader
- Build an Arrow
FileReaderwith custom options. - A low-level interface for reading
RecordBatchdata from a stream of bytes - Arrow Stream reader
Functions§
- Read the dictionary from the buffer and provided metadata, updating the
dictionaries_by_idwith the resulting dictionary - Read the footer length from the last 10 bytes of an Arrow IPC file
- Creates a record batch from binary data using the
crate::RecordBatchindexes and theSchema.