nushell/crates/nu_plugin_polars/src/dataframe/lazy
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
..
aggregate.rs 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
collect.rs displaying span information, creation time, and size with polars ls (#12472) 2024-04-12 09:23:46 -05:00
explode.rs 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
fetch.rs 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
fill_nan.rs 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
fill_null.rs 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
filter.rs 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
flatten.rs Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00
groupby.rs 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
join.rs 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
macro_commands.rs 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
median.rs 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
mod.rs Move dataframes support to a plugin (#12220) 2024-04-09 19:31:43 -05:00
quantile.rs 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
select.rs 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
sort_by_expr.rs 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
to_lazy.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