Skip to content

Commit

Permalink
Update README.md (datafusion-contrib#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmturner authored Oct 16, 2024
1 parent 96c8ad4 commit e7140cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Both of the commands above support the `--flightsql` parameter to run the SQL wi

#### DDL

The CLI can also run your configured DDL prior to executing the query by adding the `--ddl` parameter.
The CLI can also run your configured DDL prior to executing the query by adding the `--run-ddl` parameter.

#### Benchmarking
You can benchmark queries by adding the `--bench` parameter. This will run the query a configurable number of times and output a breakdown of the queries execution time with summary statistics for each component of the query (logical planning, physical planning, execution time, and total time).
Expand Down

0 comments on commit e7140cf

Please sign in to comment.