tigrbl_rs_kernel 0.4.1-dev.3

Rust kernel compiler, packed plan model, and optimizer passes for Tigrbl.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod builder;
pub mod cache;
pub mod compile;
pub mod explain;
pub mod inject;
pub mod labels;
pub mod opt;
pub mod opview;
pub mod parity;
pub mod plan;
pub mod route;
pub mod trace;

pub use compile::KernelCompiler;
pub use parity::{
    build_parity_snapshot, DocsSnapshot, KernelParitySnapshot, OpViewSnapshot, RouteSnapshot,
};
pub use plan::{KernelPlan, PackedPlan};