Nicholas Gates
Nicholas Gates
- [x] In-memory - [x] Local Disk - [ ] Object Store
We should support converting between strict sorted integers and boolean masks. We may need an array type to go in both directions? This could allow us to remove the RoaringUInt...
Currently the chunks in a ChunkedArray mean something different from the atomic serialized chunks. I propose we call the latter "batches", akin to record batches except with no requirement to...
In ChunkedArray, there's a leading zero so it's a little confusing.
Currently "filter_indices", but applies a predicate and returns a boolean.
We currently implement naive serde using Rust serde + flexbuffers by default. Many arrays can pack their metadata much more tightly. This is an overview issue to track auditing each...
See https://github.com/tconbeer/harlequin/issues/659 Started as of: https://github.com/Textualize/rich/pull/3521 in 13.9.2 Somehow, the `_split_cells` function is passed a negative value for cut and it sits in an infinite loop. I don't really understand...
Instead of slicing arrays and converting them, we track the row offset and export from a single ArrayIterator