datafusion-contrib / bdt

Boring Data Tool
Apache License 2.0
198 stars 18 forks source link

Add option to output result of query to file #7

Closed andygrove closed 1 year ago

andygrove commented 1 year ago

Example:

bdt --table foo.csv --sql "SELECT ..." --output answer.parquet
andygrove commented 1 year ago

Implemented