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:
5
dbcon/execplan/CMakeLists.txt
Normal file → Executable file
5
dbcon/execplan/CMakeLists.txt
Normal file → Executable file
@ -1,5 +1,5 @@
|
||||
|
||||
include_directories( ${ENGINE_COMMON_INCLUDES} )
|
||||
include_directories( ${ENGINE_COMMON_INCLUDES} ${ENGINE_UTILS_UDFSDK_INCLUDE} )
|
||||
|
||||
|
||||
########### next target ###############
|
||||
@ -41,7 +41,8 @@ set(execplan_LIB_SRCS
|
||||
treenode.cpp
|
||||
treenodeimpl.cpp
|
||||
vendorexecutionplan.cpp
|
||||
windowfunctioncolumn.cpp)
|
||||
windowfunctioncolumn.cpp
|
||||
udafcolumn.cpp)
|
||||
|
||||
add_library(execplan SHARED ${execplan_LIB_SRCS})
|
||||
|
||||
|
Reference in New Issue
Block a user