tigrbl_rs_kernel 0.1.12

Rust kernel compiler, packed plan model, and optimizer passes for Tigrbl.
Documentation
1
2
3
4
#[derive(Debug, Clone, Default, PartialEq, Eq)]
pub struct ExplainPlan {
    pub summary: String,
}