You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
MCOL-523 Add UDAF and UDAnF SDK
This commit is contained in:
3
dbcon/execplan/aggregatecolumn.h
Normal file → Executable file
3
dbcon/execplan/aggregatecolumn.h
Normal file → Executable file
@ -70,7 +70,8 @@ public:
|
||||
BIT_AND,
|
||||
BIT_OR,
|
||||
BIT_XOR,
|
||||
GROUP_CONCAT
|
||||
GROUP_CONCAT,
|
||||
UDAF
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user