Values_2.UserDefinedFunctionSourceRepresents the equivalent of a Hive user-defined function (UDF) definition.
type nonrec t = {functionName : Values_0.NameString.t option;The name of the function.
*)databaseName : Values_0.NameString.t option;The name of the catalog database that contains 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 : Values_1.FunctionType.t option;The type of the function.
*)ownerType : Values_1.PrincipalType.t option;The owner type.
*)createTime : Values_0.Timestamp.t option;The time at which the function was created.
*)resourceUris : Values_1.ResourceUriList.t option;The resource URIs for the function.
*)catalogId : Values_0.CatalogIdString.t option;The ID of the Data Catalog in which the function resides.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `Enum of string | `String of string ]) list ]
list
| `String of Values_0.NameString.t
| `Timestamp of Values_0.Timestamp.t ])
list ]