Expand description
Execution plan for evaluated documents
Provides a complete self-contained execution plan ready for the evaluator. The plan contains all facts, rules flattened into executable branches, and execution order - no document structure needed during evaluation.
Structs§
- Branch
- A branch in an executable rule
- Document
Schema - A document’s public interface: its facts (inputs) and rules (outputs) with full structured type information.
- Executable
Rule - An executable rule with flattened branches
- Execution
Plan - A complete execution plan ready for the evaluator