Structs§
- Array
Iterator Adapter - Batch
- Flattened
Batch - Vectorized
Array Iter - Iterate over batches of compressed arrays, should help with writing vectorized code.
Constants§
Traits§
- Accessor
- Define the basic behavior required for batched iterators
- Array
Iterator - A stream of array chunks along with a DType. Analogous to Arrow’s RecordBatchReader.
- Array
Iterator Ext