You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-10-31 18:30:33 +03:00
feat(rbo,rule,QA): fixed JOIN example works with QA for one leg of the JOIN.
This commit is contained in:
@@ -44,7 +44,7 @@ public:
|
||||
struct Rule
|
||||
{
|
||||
// returns true if rule may be applied
|
||||
using RuleApplierFilter = bool (*)(execplan::CalpontSelectExecutionPlan&);
|
||||
using RuleApplierFilter = bool (*)(execplan::CalpontSelectExecutionPlan&, RBOptimizerContext&);
|
||||
// returns true if rule was applied
|
||||
using RuleApplier = bool (*)(execplan::CalpontSelectExecutionPlan&, RBOptimizerContext&);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user