chmp / serde_arrow

Convert sequences of Rust objects to Arrow tables
MIT License
60 stars 17 forks source link

Add support for borrowed strings #151

Closed gstvg closed 5 months ago

gstvg commented 6 months ago

This allows deserializing into strings borrowed from the original arrow arrays

chmp commented 5 months ago

Really cool. Thanks for the PR. @gstvg !

chmp commented 5 months ago

I changed some small things: