arrow-wasm icon indicating copy to clipboard operation
arrow-wasm copied to clipboard

Iterators for record batches

Open domoritz opened this issue 4 years ago • 1 comments

domoritz avatar Jan 27 '21 16:01 domoritz

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.

TheNeuralBit avatar Feb 10 '21 15:02 TheNeuralBit