mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-04-20 09:07:44 +03:00
13 lines
152 B
ReStructuredText
13 lines
152 B
ReStructuredText
.. _compile:
|
|
|
|
Compile
|
|
=======
|
|
|
|
To compile your function for Columnstore 1.2, simply recompile the udfsdk directory::
|
|
|
|
cd utils/usdsdk
|
|
cmake .
|
|
make
|
|
|
|
|