2025-06-24 16:46:43 -07:00
2025-06-24 16:45:38 -07:00
2025-06-24 16:45:38 -07:00
2025-06-24 16:45:38 -07:00
2025-06-24 16:45:38 -07:00
2025-06-24 16:46:43 -07:00

Prerequisites

  • Rust (latest stable version)
  • Cargo

Quick Start

  1. 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 runner
  • data/ - parquet file(s)
S
Description
No description provided
Readme 52 KiB
Languages
Rust 100%