1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-4638 Add csNumAgg to count(distinct) with UM only

This commit is contained in:
David Hall
2021-03-26 10:05:01 -05:00
parent 77fba49e76
commit 1e3ae2aa6d

View File

@ -1971,6 +1971,7 @@ void TupleAggregateStep::prep1PhaseDistinctAggregate(
scaleAgg.push_back(scaleProj[colProj]);
precisionAgg.push_back(0);
typeAgg.push_back(CalpontSystemCatalog::DOUBLE);
csNumAgg.push_back(8);
widthAgg.push_back(sizeof(double));
funct->fAuxColumnIndex = ++colAgg;