Datafusion CLI
Developers can interact with optd by using the Datafusion cli. The cli supports creating tables, populating data, and executing ANSI SQL queries.
cargo run --bin datafusion-optd-cli
We also have a scale 0.01 TPC-H dataset to test. The test SQL can be executed with the Datafusion cli.
cargo run --bin datafusion-optd-cli -- -f datafusion-optd-cli/tpch-sf0_01/test.sql