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:
@ -182,7 +182,7 @@ public:
|
||||
Func_isnull():fIsNotNull(false) {}
|
||||
Func_isnull(bool isnotnull) : fIsNotNull(isnotnull) {}
|
||||
/*
|
||||
* Destructor. IDB_add does not need to do anything here to clean up.
|
||||
* Destructor. isnull does not need to do anything here to clean up.
|
||||
*/
|
||||
virtual ~Func_isnull() {}
|
||||
|
||||
|
Reference in New Issue
Block a user