Jimexist commented on pull request #289:
URL: https://github.com/apache/arrow-datafusion/pull/289#issuecomment-835142913


   ```
   ❯ cargo run --release --bin datafusion-cli -q -- --help
   DataFusion 4.0.0-SNAPSHOT
   DataFusion is an in-memory query engine that uses Apache Arrow as the memory 
model. It supports executing SQL queries
   against CSV and Parquet files as well as querying directly against in-memory 
data.
   
   USAGE:
       datafusion-cli [FLAGS] [OPTIONS]
   
   FLAGS:
           --csv        Switches to CSV (Comma-Separated Values) output mode.
       -h, --help       Prints help information
       -V, --version    Prints version information
   
   OPTIONS:
       -c, --batch-size <batch-size>    The batch size of each query, or use 
DataFusion default
       -p, --data-path <data-path>      Path to your data, default to current 
directory
       -f, --file <file>                Execute commands from file, then exit
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to