public class JythonCFuncLoader
extends water.udf.CFuncLoader
Custom function loader, which can instantiate
functions written in Python.
The provider internally uses Jython.
Note: Jython caches the loaded python programs. That means
changing underlying function definition (i.e, Python code) is not
reflected!