Files
2025-06-24 16:46:43 -07:00

21 lines
389 B
Markdown

## Prerequisites
- Rust (latest stable version)
- Cargo
## Quick Start
1. **Build and run in release mode**:
```bash
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 runner
- `data/` - parquet file(s)