Xikui,
Do you mean adding functions to BuiltinFunctions?
BuiltinFunctions.addFunction() is public, so could be called from any of your
custom initialization code to register new functions there.
Thanks,
-- Dmitry
On 5/28/20, 7:45 PM, "Xikui Wang" wrote:
Hi Devs,
I'm trying to a
Ah! I see. Adding functions from the customized *IntegrationUtil.java does
the trick. Thanks a lot!
Best,
Xikui
On Fri, May 29, 2020 at 2:11 PM Dmitry Lychagin
wrote:
> Xikui,
>
> Do you mean adding functions to BuiltinFunctions?
> BuiltinFunctions.addFunction() is public, so could be called fr