Skip to content

DynamicPruningExpression Unary Expression

DynamicPruningExpression is a UnaryExpression and a DynamicPruning predicate expression.

DynamicPruningExpression delegates interpreted and code-generated expression evaluation to the child expression.

Creating Instance

DynamicPruningExpression takes the following to be created:

DynamicPruningExpression is created when the following physical optimizations are executed:

Node Patterns

Signature
nodePatterns: Seq[TreePattern]

nodePatterns is part of the TreeNode abstraction.

nodePatterns is DYNAMIC_PRUNING_EXPRESSION.

Query Planning