Skip to content

PlanAst

PlanAst = object

Defined in: ast.ts:186

Complete AST representation of an execution plan. Contains the full graph structure needed for execution.

readonly edges: object[]

Defined in: ast.ts:190

Edges defining data flow between nodes

from: NodeId

to: NodeId


readonly nodes: AstNode[]

Defined in: ast.ts:188

All nodes in the execution graph


readonly outputNode: NodeId

Defined in: ast.ts:192

The final node whose output is the plan’s result