new command: into column_path (#4048)

This commit is contained in:
Darren Schroeder
2021-09-29 07:23:34 -05:00
committed by GitHub
parent d567c58cc1
commit 5e34ef6dff
3 changed files with 121 additions and 0 deletions

View File

@ -138,6 +138,7 @@ pub fn create_default_context(interactive: bool) -> Result<EvaluationContext, Bo
whole_stream_command(Insert),
whole_stream_command(Into),
whole_stream_command(IntoBinary),
whole_stream_command(IntoColumnPath),
whole_stream_command(IntoInt),
whole_stream_command(IntoFilepath),
whole_stream_command(IntoFilesize),