1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-11-21 09:20:51 +03:00

chore(QA,stats): adding a wrapper class for the statistics.

This commit is contained in:
drrtuy
2025-09-29 20:59:01 +00:00
parent 66b2a8d19c
commit 47008a2a3f
4 changed files with 34 additions and 11 deletions

View File

@@ -5287,7 +5287,7 @@ void extractColumnStatistics(TABLE_LIST* table_ptr, gp_walk_info& gwi)
}
else
{
auto columnStatisticsVec = columnStatisticsMapIt->second.second;
auto& columnStatisticsVec = columnStatisticsMapIt->second.getHistograms();
columnStatisticsVec.push_back(histogram);
}
}