nushell/crates/nu_plugin_polars/src
Jack Wright 1661bb68f9
Cleaning up to_pipe_line_data and cache_and_to_value, making them part of CustomValueSupport (#12528)
# Description

This is just some cleanup. I moved to_pipeline_data and to_cache_value
to the CustomValueSupport trait, where I should've put them to begin
with.

Co-authored-by: Jack Wright <jack.wright@disqo.com>
2024-04-16 06:35:52 -05:00
..
dataframe Cleaning up to_pipe_line_data and cache_and_to_value, making them part of CustomValueSupport (#12528) 2024-04-16 06:35:52 -05:00
cache.rs displaying span information, creation time, and size with polars ls (#12472) 2024-04-12 09:23:46 -05:00
lib.rs Ensure that lazy frames converted via to-lazy are not converted back to eager frames later in the pipeline. (#12525) 2024-04-15 18:29:42 -05:00
main.rs Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00