Expand description
Defines the recursive query plan
Structsยง
- Recursive
Query Exec - Recursive query execution plan.
- Recursive
Query ๐Stream - The actual logic of the recursive queries happens during the streaming process. A simplified version of the algorithm is the following:
Functionsยง
- assign_
work_ ๐table - reset_
plan_ ๐states - Some plans will change their internal states after execution, making them unable to be executed again.
This function uses
ExecutionPlan::reset_stateto reset any internal state within the plan.