rename command and rename for melt (#3968)

This commit is contained in:
Fernando Herrera
2021-08-26 14:13:54 +01:00
committed by GitHub
parent 9d8845d7ad
commit 3e8ce43dcb
5 changed files with 112 additions and 2 deletions

View File

@ -347,6 +347,7 @@ pub fn create_default_context(interactive: bool) -> Result<EvaluationContext, Bo
whole_stream_command(DataFrameDescribe),
whole_stream_command(DataFrameRolling),
whole_stream_command(DataFrameCumulative),
whole_stream_command(DataFrameRename),
]);
#[cfg(feature = "clipboard-cli")]