EmmyMiao87 opened a new pull request #3760:
URL: https://github.com/apache/incubator-doris/pull/3760


   *Source code:
   The new directory nanmed `custom_udf` is used to add and build custom udf.
   The directory structure is as follows:
   Doris
   -- be
   -- custom_udf
   -- fe
   
   If user wants to add a new udf in Doris, the source code will be placed in 
custom_udf such as:
   Doris
   -- be
   -- custom_udf
      -- src
         -- udf_samples
            -- udf_sample.h
   -- fe
   
   *Build:
   It can be built independently also the udf does not effect BE.
   The file 'build_custom_udf.sh' is used to build udf with 2 params: --udf, 
--clean.
   The default behavior is that building udf only.
   
   *Output:
   The dynamic link library will be placed in
   Doris
   -- be
   -- output
      -- custom_udf
         -- udf_samples
            -- libUdfSample.so
   
   Change-Id: Ic8ae16d37b53a904c3ec04e25f99e63442850e5a


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to