shifty-opt 0.1.7

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

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