You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-3503 add MODA aggregate function
This commit is contained in:
2
dbcon/joblist/windowfunctionstep.cpp
Normal file → Executable file
2
dbcon/joblist/windowfunctionstep.cpp
Normal file → Executable file
@ -522,7 +522,7 @@ void WindowFunctionStep::checkWindowFunction(CalpontSelectExecutionPlan* csep, J
|
||||
igpc < csep->groupByCols().end();
|
||||
++igpc)
|
||||
{
|
||||
if (*igpc->get() == *j->get())
|
||||
if ((*igpc)->alias() == (*j)->alias())
|
||||
{
|
||||
bFound = true;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user