deprecated commands (#4405)

* deprecated commands

* deprecated insert command
This commit is contained in:
Fernando Herrera
2022-02-10 12:55:19 +00:00
committed by GitHub
parent 28947ff9a9
commit 5cf91cb30d
11 changed files with 257 additions and 0 deletions

View File

@ -343,6 +343,18 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
ViewSource,
};
// Deprecated
bind_command! {
InsertDeprecated,
PivotDeprecated,
StrDecimalDeprecated,
StrIntDeprecated,
NthDeprecated,
};
#[cfg(feature = "dataframe")]
bind_command!(DataframeDeprecated);
#[cfg(feature = "plugin")]
bind_command!(Register);