Flatten command. (#2670)

This commit is contained in:
Andrés N. Robalino
2020-10-14 04:36:11 -05:00
committed by GitHub
parent 2df8775b48
commit 2fb48bd6ac
7 changed files with 400 additions and 15 deletions

View File

@ -198,6 +198,7 @@ pub fn create_default_context(interactive: bool) -> Result<EvaluationContext, Bo
whole_stream_command(EachWindow),
whole_stream_command(Empty),
// Table manipulation
whole_stream_command(Flatten),
whole_stream_command(Move),
whole_stream_command(Merge),
whole_stream_command(Shuffle),