You've already forked mariadb-columnstore-engine
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:
@ -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
|
||||
|
Reference in New Issue
Block a user