describe command (#3907)

This commit is contained in:
Fernando Herrera
2021-08-07 18:48:54 +01:00
committed by GitHub
parent b6728efcd4
commit 38848082ae
4 changed files with 248 additions and 13 deletions

View File

@ -340,6 +340,7 @@ pub fn create_default_context(interactive: bool) -> Result<EvaluationContext, Bo
whole_stream_command(DataFrameGetOrdinal),
whole_stream_command(DataFrameGetNanoSecond),
whole_stream_command(DataFrameStrFTime),
whole_stream_command(DataFrameDescribe),
]);
#[cfg(feature = "clipboard-cli")]