Expand description
Data reading and Arrow RecordBatch conversion.
ReadStatData coordinates the FFI parsing of row values from a .sas7bdat file,
accumulating them directly into typed Arrow builders via the handle_value
callback, then finishing them into an Arrow RecordBatch for downstream writing.
Supports streaming chunks with configurable row offsets and progress tracking.
Structs§
- Read
Stat Data - Holds parsed row data from a
.sas7bdatfile and converts it to Arrow format.
Enums§
- Column
Builder 🔒 - A typed Arrow array builder for a single column.