You've already forked mariadb-columnstore-engine
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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user