Covert to_* commands to work on whole table

This commit is contained in:
Jonathan Turner
2019-09-04 18:48:40 +12:00
parent 7a5fc82ee0
commit 479f0a566e
12 changed files with 317 additions and 221 deletions

View File

@ -179,7 +179,6 @@ pub async fn cli() -> Result<(), Box<dyn Error>> {
whole_stream_command(Reject),
whole_stream_command(Reverse),
whole_stream_command(Trim),
whole_stream_command(ToArray),
whole_stream_command(ToBSON),
whole_stream_command(ToCSV),
whole_stream_command(ToJSON),
@ -192,8 +191,6 @@ pub async fn cli() -> Result<(), Box<dyn Error>> {
whole_stream_command(Tags),
whole_stream_command(First),
whole_stream_command(Last),
whole_stream_command(FromArray),
whole_stream_command(FromArray),
whole_stream_command(FromCSV),
whole_stream_command(FromTSV),
whole_stream_command(FromINI),