Simplify group/window into their own commands (#4760)

This commit is contained in:
JT
2022-03-06 20:01:29 -05:00
committed by GitHub
parent fbbbde1489
commit 4f43d75130
7 changed files with 126 additions and 308 deletions

View File

@ -67,14 +67,13 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
DropColumn,
DropNth,
Each,
EachGroup,
EachWindow,
Empty,
Every,
Find,
First,
Flatten,
Get,
Group,
GroupBy,
Headers,
SplitBy,
@ -87,7 +86,6 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
Length,
Lines,
ParEach,
ParEachGroup,
Prepend,
Range,
Reduce,
@ -111,6 +109,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
Update,
UpdateCells,
Where,
Window,
Wrap,
Zip,
};