Nicholas Gates
Nicholas Gates
Seems like Chunk Statistics goes straight to array preview, instead of showing the compressed encoding tree
It pins us to their version of pyo3, even though it's a very thin wrapper around extract FFI types.
- [ ] Inexact statistics - [ ] ComputeFn trait with compute, compute_stats, compute_without_stats, and return_dtype functions (this replaces entry point functions) - [ ] Propagate statistics through top-level compute...
As per https://doc.rust-lang.org/edition-guide/rust-2024/unsafe-attributes.html
My understanding of `AlignedVec` is that `AlignedVec::::as_ptr().align_offset(16) == 0` always, is that right? I'm seeing `align_offset(16) == 15` in this case: ```rust let buffer: AlignedVec = rkyv::to_bytes::(&()).unwrap(); assert_eq!(buffer.as_ptr().align_offset(16), 0); ```
Users are not allowed to create Issues directly in this repository - we ask that you create a [Discussion](https://github.com/vortex-data/vortex/discussions) first. Taking inspiration from the [Ghostty](https://github.com/ghostty-org/ghostty/issues/3558) project, we have decided to...
This issue describes my current thinking around how to support async expressions in Vortex. 1. Introduce an AsyncExprLayoutReader. This will partition the expression into an async node, its sync children,...