mirror of
https://github.com/nushell/nushell.git
synced 2025-05-07 08:22:58 +00:00
Second attempt at polars Struct support. This version avoid using unsafe checks by cloning the StructArray and utilizing the into_static to convert to a StructOwned. --------- Co-authored-by: Jack Wright <jack.wright@disqo.com>