TaoZex commented on PR #12321: URL: https://github.com/apache/doris/pull/12321#issuecomment-1240644363
> > @yangzhg Hello,I would like to ask how to generate the newly added function signature by name mangling? > > nm doris_be | grep elt | grep FunctionContext > > Run the preceding command. > > doris_be is the binary generated by compiling BE > > elt is function name What are the following steps in the development process? 1. Build a development environment 3. Write function source code and put it in BE 4. Compile BE and generate function signature through name mangling 5. Test the code function (but I don't know how to test it yet) 6. Submit pr -- 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. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org 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