arrow-wasm
arrow-wasm copied to clipboard
Iterators for record batches
I think this should be "iterators for nullable vectors and record batches". The current view approach only works for non-nullable numeric vectors.
The ideal approach would rely on https://github.com/rustwasm/wasm-bindgen/issues/1036 An alternative approach could be to create iterators using the official JS library.