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
MCOL-6145: mcsgetplan() UDF for CSEP printing
This commit is contained in:
@@ -167,7 +167,7 @@ bool applyPredicatePushdown(execplan::CalpontSelectExecutionPlan& csep, RBOptimi
|
||||
if (pt)
|
||||
{
|
||||
pt->walk(setDerivedTable);
|
||||
setDerivedFilter(&ctx.gwi, pt, derivedTbFilterMap, derivedTbList);
|
||||
setDerivedFilter(&ctx.getGwi(), pt, derivedTbFilterMap, derivedTbList);
|
||||
csep.filters(pt);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user