Class FromJsonFct

    • Method Detail

      • execute

        public java.nio.ByteBuffer execute​(Arguments arguments)
        Description copied from interface: ScalarFunction
        Applies this function to the specified arguments.
        Parameters:
        arguments - the input arguments for the function
        Returns:
        the result of applying this function to the arguments
      • addFunctionsTo

        public static void addFunctionsTo​(NativeFunctions functions)