nushell/crates/nu_plugin_polars/src/dataframe/values/nu_lazygroupby
Jack Wright 2df91e7f92
Removed CustomValue portion of CustomValue type name strings. (#14054)
# Description

This changes the names returned by CustomValue::name() of the various
custom value structs to just say the name of the thing they represent.
For instance "DataFrameCustomValue" is not just "DataFrame".

# User-Facing Changes
- Places such as or errors where NuDataFrameCustomValue would be seen,
now just shows as NuDataFrame.
2024-10-11 06:41:24 -05:00
..
custom_value.rs Removed CustomValue portion of CustomValue type name strings. (#14054) 2024-10-11 06:41:24 -05:00
mod.rs Revert "Polars lazy refactor (#12669)" (#12962) 2024-05-24 18:09:26 -05:00