forked from extern/nushell
Add group-by and transpose (aka pivot) (#803)
This commit is contained in:
@ -65,6 +65,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
First,
|
||||
Flatten,
|
||||
Get,
|
||||
GroupBy,
|
||||
Keep,
|
||||
KeepUntil,
|
||||
KeepWhile,
|
||||
@ -83,6 +84,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
|
||||
Skip,
|
||||
SkipUntil,
|
||||
SkipWhile,
|
||||
Transpose,
|
||||
Uniq,
|
||||
Update,
|
||||
Where,
|
||||
|
Reference in New Issue
Block a user