You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-05 16:15:50 +03:00
MCOL-4638 Add csNumAgg to count(distinct) with UM only
This commit is contained in:
@@ -1971,6 +1971,7 @@ void TupleAggregateStep::prep1PhaseDistinctAggregate(
|
|||||||
scaleAgg.push_back(scaleProj[colProj]);
|
scaleAgg.push_back(scaleProj[colProj]);
|
||||||
precisionAgg.push_back(0);
|
precisionAgg.push_back(0);
|
||||||
typeAgg.push_back(CalpontSystemCatalog::DOUBLE);
|
typeAgg.push_back(CalpontSystemCatalog::DOUBLE);
|
||||||
|
csNumAgg.push_back(8);
|
||||||
widthAgg.push_back(sizeof(double));
|
widthAgg.push_back(sizeof(double));
|
||||||
funct->fAuxColumnIndex = ++colAgg;
|
funct->fAuxColumnIndex = ++colAgg;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user