You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-24 14:20:59 +03:00
MCOL-1698 get DISTINCT working for UDAnF
This commit is contained in:
@@ -58,7 +58,7 @@ UDAF_MAP& UDAFMap::getMap()
|
||||
// the function names passed to the interface is always in lower case.
|
||||
fm["allnull"] = new allnull();
|
||||
fm["ssq"] = new ssq();
|
||||
fm["median"] = new median();
|
||||
// fm["median"] = new median();
|
||||
fm["avg_mode"] = new avg_mode();
|
||||
fm["avgx"] = new avgx();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user