mirror of
https://github.com/langchain-ai/datafusion-example-emil.git
synced 2026-06-30 20:58:02 -04:00
389 B
389 B
Prerequisites
- Rust (latest stable version)
- Cargo
Quick Start
- Build and run in release mode:
cargo run --release --bin query_runner
The application will:
- Load the parquet file from
data/directory - Execute a point query
- Show logical and physical query plans
Project Structure
src/main.rs- query runnerdata/- parquet file(s)