Skip to content
Snippets Groups Projects
Unverified Commit 8f102d4e authored by Yichen Wang's avatar Yichen Wang Committed by GitHub
Browse files

Improve variable-length match plan with Loop planNode (#743)

* loop body draft

* fix match base cases and passThrough scheduler

* clean up

* refactor Union executor to support merge two versions of the same input

* modify union node

* use an extra Union node to append result of the first step

* add UnionAllVersionVarExecutor

* add UnionAllVersionVarExecutor into variable-length match plan

* remove redundant code

* fix UTs

* address comments
parent 582c60a8
No related branches found
No related tags found
Showing
with 221 additions and 111 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment