shifty-opt 0.3.0

Static analysis, normalization, and logical/physical planning over the SHACL IR
Documentation
1
2
3
4
5
6
7
8
pub mod plan;
pub mod render;

pub use plan::{
    ClosureKind, ExprPlan, GraphScan, NativeOp, NativeQueryPlan, OpId, PathScan, PlanStats,
    QueryForm, ScanTerm, TripleScan, VarId, lower_query, lower_query_with_stats,
};
pub use render::render_native_plan;