You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +03:00
feat(optimizer): add session switch to optionally enable optimizer
This commit is contained in:
@@ -31,10 +31,11 @@ struct Rule
|
||||
std::string name;
|
||||
bool (*matchRule)(execplan::CalpontSelectExecutionPlan&);
|
||||
void (*applyRule)(execplan::CalpontSelectExecutionPlan&);
|
||||
bool apply(execplan::CalpontSelectExecutionPlan& csep);
|
||||
bool apply(execplan::CalpontSelectExecutionPlan& csep) const;
|
||||
};
|
||||
|
||||
bool matchParallelCES(execplan::CalpontSelectExecutionPlan& csep);
|
||||
void applyParallelCES(execplan::CalpontSelectExecutionPlan& csep);
|
||||
bool optimizeCSEP(execplan::CalpontSelectExecutionPlan& root);
|
||||
|
||||
}
|
Reference in New Issue
Block a user