Expand description
Streaming record-by-record Arrow output for large files.
Streaming record reader that produces Arrow RecordBatch objects
Reads fixed-length records from a byte reader and feeds them through
the RecordBatchBuilder to produce batches.
Functionsยง
- stream_
to_ batches - Stream binary records into Arrow
RecordBatchobjects. - stream_
to_ batches_ with_ schema - Stream binary records into Arrow
RecordBatchobjects, returning the Arrow schema as well.