This website requires JavaScript.
Explore
Help
Sign In
langchain-ai
/
datafusion-example
Watch
1
Star
0
Fork
0
You've already forked datafusion-example
mirror of
https://github.com/langchain-ai/datafusion-example.git
synced
2026-07-01 21:24:04 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3
Commits
1
Branch
0
Tags
244c9f274240ec1e25ad9f7c942bce62c5400ce3
T
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Ankush Gola
244c9f2742
update readme
2025-06-24 16:46:43 -07:00
src
add initial files
2025-06-24 16:45:38 -07:00
.gitignore
add initial files
2025-06-24 16:45:38 -07:00
Cargo.lock
add initial files
2025-06-24 16:45:38 -07:00
Cargo.toml
add initial files
2025-06-24 16:45:38 -07:00
README.md
update readme
2025-06-24 16:46:43 -07:00
README.md
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 runner
data/
- parquet file(s)
Reference in New Issue
View Git Blame
Copy Permalink
S
Description
No description provided
Readme
52
KiB
Languages
Rust
100%