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(rbo,rules): refactored statistics storage in gwi and implemented statistics based UNION rewrite.
This commit is contained in:
@@ -445,7 +445,7 @@ SCSEP FromSubQuery::transform()
|
||||
}
|
||||
|
||||
// Insert column statistics
|
||||
fGwip.mergeColumnStatisticsMap(gwi.columnStatisticsMap);
|
||||
fGwip.mergeTableStatistics(gwi.tableStatisticsMap);
|
||||
|
||||
fGwip.subselectList.push_back(csep);
|
||||
return csep;
|
||||
|
Reference in New Issue
Block a user