Expand description
Streaming ALTREP data backed by chunk-cached reader closures.
These types provide ALTREP vectors where elements are loaded on-demand from a reader function in fixed-size chunks. Chunks are cached for repeated access within the same region.
Structsยง
- Streaming
IntData - Streaming ALTREP for integer (i32) vectors.
- Streaming
Real Data - Streaming ALTREP for real (f64) vectors.