vortex
vortex copied to clipboard
Consider ValidityArray
ValidityArray could wrap an existing array by overlaying validity buffer. You could think of it as a special case of SparseArray where only the validity is sparse
I think this is worth trying out.
Would we remove validity for other arrays such as Primitive?
It might have a large change on how to implement compute functions
It's there as a MaskedArray