Skip to content

MergeAstNode

MergeAstNode = object

Defined in: ast.ts:101

AST node representing a merge of multiple plan outputs. Combines results from multiple sub-plans into a single output.

readonly id: NodeId

Defined in: ast.ts:103

Unique node identifier


readonly kind: "merge"

Defined in: ast.ts:105

Discriminator for node type