Class FromJsonFct

All Implemented Interfaces:
AssignmentTestable, Function, ScalarFunction

public class FromJsonFct extends NativeScalarFunction
  • Method Details

    • getInstance

      public static FromJsonFct getInstance(FunctionName name, AbstractType<?> returnType)
    • execute

      public 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)