Skip to content

CTERelationRef Leaf Logical Operator

CTERelationRef is a leaf logical operator.

Creating Instance

CTERelationRef takes the following to be created:

CTERelationRef is created when:

MultiInstanceRelation

CTERelationRef is a MultiInstanceRelation.

Node Patterns

TreeNode
nodePatterns: Seq[TreePattern]

nodePatterns is part of the TreeNode abstraction.

nodePatterns is CTE.

Query Planning

CTERelationRef logical operators are planned by WithCTEStrategy execution planning strategy (to ShuffleExchangeExec physical operators).