mirror of
https://github.com/nushell/nushell.git
synced 2025-06-01 15:46:04 +02: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>