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:
3
utils/windowfunction/CMakeLists.txt
Normal file → Executable file
3
utils/windowfunction/CMakeLists.txt
Normal file → Executable file
@ -21,7 +21,8 @@ set(windowfunction_LIB_SRCS
|
||||
wf_ranking.cpp
|
||||
wf_row_number.cpp
|
||||
wf_stats.cpp
|
||||
wf_sum_avg.cpp)
|
||||
wf_sum_avg.cpp
|
||||
wf_udaf.cpp)
|
||||
|
||||
add_library(windowfunction SHARED ${windowfunction_LIB_SRCS})
|
||||
|
||||
|
Reference in New Issue
Block a user