Skip to main content

Module plan

Module plan 

Source
Expand description

GraphPlan envelope and GraphOp operator enum.

GraphPlan is the stable semantic contract between the compiler (binder) and the execution layer. It wraps a flat sequence of GraphOp operators together with an ExprArena holding all referenced expressions, plus version and ontology metadata.

Structs§

GraphPlan
A versioned, serialisable graph query plan.
GraphPlanBuilder
Builder for GraphPlan.
SortKey
A single key in a GraphOp::Sort operator.

Enums§

GraphOp
A single operator node in a GraphPlan.
OntologyMode
The active ontology enforcement mode for this query plan.

Constants§

PATTERN_COMPREHENSION_VALUE_ALIAS
Child projection column consumed by pattern-comprehension lowering.