Docs.rs
kyu-executor-0.2.0
kyu-executor 0.2.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
darmie
Dependencies
arc-swap ^1
normal
cranelift-codegen ^0.128
normal
optional
cranelift-frontend ^0.128
normal
optional
cranelift-jit ^0.128
normal
optional
cranelift-module ^0.128
normal
optional
cranelift-native ^0.128
normal
optional
dashmap ^6
normal
hashbrown ^0.15
normal
kyu-binder ^0.2.0
normal
kyu-catalog ^0.2.0
normal
kyu-common ^0.2.0
normal
kyu-expression ^0.2.0
normal
kyu-parser ^0.2.0
normal
kyu-planner ^0.2.0
normal
kyu-storage ^0.2.0
normal
kyu-types ^0.2.0
normal
rayon ^1.10
normal
smol_str ^0.3
normal
tracing ^0.1
normal
criterion ^0.5
dev
Versions
47.69%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module mapper
kyu_
executor
0.2.0
Module mapper
Module Items
Functions
In crate kyu_
executor
kyu_executor
Module
mapper
Copy item path
Source
Expand description
Plan mapper — translates LogicalPlan → PhysicalOperator (1:1 in Phase 6).
Functions
§
map_
plan
Map a logical plan tree to a physical operator tree.