datafusion-cli 53.1.0

Command Line Client for DataFusion query engine.
Documentation
---
source: tests/cli_integration.rs
info:
  program: datafusion-cli
  args: []
  stdin: select 1;
input_file: tests/sql/select.sql
---
success: true
exit_code: 0
----- stdout -----
[CLI_VERSION]
+----------+
| Int64(1) |
+----------+
| 1        |
+----------+
1 row(s) fetched. 
[ELAPSED]

\q

----- stderr -----