uniq-by command (#7295)

New command `uniq-by` to get uniq results by column.

Closes https://github.com/nushell/nushell/issues/7109
This commit is contained in:
raccmonteiro
2022-12-02 10:36:01 +00:00
committed by GitHub
parent f491d3e1e1
commit fcdc474731
6 changed files with 442 additions and 10 deletions

View File

@ -132,6 +132,7 @@ pub fn create_default_context() -> EngineState {
SplitList,
Transpose,
Uniq,
UniqBy,
Upsert,
Update,
UpdateCells,