You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
feat(optimizer): PoC for EI stats retrieval in getSelectPlan()
This commit is contained in:
@@ -444,6 +444,9 @@ SCSEP FromSubQuery::transform()
|
||||
return csep;
|
||||
}
|
||||
|
||||
// Insert column statistics
|
||||
fGwip.mergeColumnStatisticsMap(gwi.columnStatisticsMap);
|
||||
|
||||
fGwip.subselectList.push_back(csep);
|
||||
return csep;
|
||||
}
|
||||
|
Reference in New Issue
Block a user