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-523 Add UDAF and UDAnF SDK
This commit is contained in:
4
dbcon/execplan/objectreader.h
Normal file → Executable file
4
dbcon/execplan/objectreader.h
Normal file → Executable file
@ -114,6 +114,10 @@ public:
|
||||
CALPONTSELECTEXECUTIONPLAN,
|
||||
CONSTANTFILTER,
|
||||
OUTERJOINONFILTER,
|
||||
|
||||
/** UDAF SDK */
|
||||
MCSV1_CONTEXT,
|
||||
UDAFCOLUMN,
|
||||
};
|
||||
|
||||
typedef uint8_t id_t; //expand as necessary
|
||||
|
Reference in New Issue
Block a user