Values_1.UserDefinedFunctionInputSourceA structure used to create or update a user-defined function.
type nonrec t = {functionName : Values_0.NameString.t option;The name of the function.
*)className : Values_0.NameString.t option;The Java class that contains the function code.
*)ownerName : Values_0.NameString.t option;The owner of the function.
*)functionType : FunctionType.t option;The type of the function.
*)ownerType : PrincipalType.t option;The owner type.
*)resourceUris : ResourceUriList.t option;The resource URIs for the function.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `Enum of string | `String of URI.t ]) list ]
list
| `String of Values_0.NameString.t ])
list ]