PlanAst
PlanAst =
object
Defined in: ast.ts:186
Complete AST representation of an execution plan. Contains the full graph structure needed for execution.
Properties
Section titled “Properties”
readonlyedges:object[]
Defined in: ast.ts:190
Edges defining data flow between nodes
from:
NodeId
to:
NodeId
readonlynodes:AstNode[]
Defined in: ast.ts:188
All nodes in the execution graph
outputNode
Section titled “outputNode”
readonlyoutputNode:NodeId
Defined in: ast.ts:192
The final node whose output is the plan’s result