Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public static PlanMatchPattern any(PlanMatchPattern... sources)

/**
* Matches to any tree of nodes with children matching to given source matchers.
* anyNodeTree(tableScanNode("nation")) - will match to any plan which all leafs contain
* anyTree(tableScan("nation")) - will match to any plan which all leafs contain
* any node containing table scan from nation table.
*
* @note anyTree does not match zero nodes. E.g. output(anyTree(tableScan)) will NOT match TableScan node followed by OutputNode.
Expand Down