1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

feat(optimizer): replace simple walk with iterative DFS with convergence

This commit is contained in:
drrtuy
2025-06-16 13:59:29 +00:00
parent 25c7d23c21
commit 98cb6dddee
3 changed files with 22 additions and 3 deletions

View File

@ -159,6 +159,9 @@ class CalpontSelectExecutionPlan : public CalpontExecutionPlan
*/
~CalpontSelectExecutionPlan() override;
/**
* Clones this CSEP without recursive selects for optimizer purposes
*/
execplan::SCSEP cloneWORecursiveSelects();
/**
* Access and mutator methods