jorgecarleitao / arrow2

Transmute-free Rust library to work with the Arrow format
Apache License 2.0
1.06k stars 222 forks source link

Define a get function on arrays which behaves like a regular array.get #1415

Closed ozgrakkurt closed 1 year ago

ozgrakkurt commented 1 year ago

Something like this: https://docs.rs/polars/latest/polars/prelude/trait.ArrowGetItem.html

Does it make sense to define this?