1
0
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:
Leonid Fedorov
2025-08-18 18:24:30 +00:00
committed by drrtuy
parent 20dc485b92
commit 6ec363af70
10 changed files with 203 additions and 23 deletions

View File

@@ -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);
}