Values_0.SerDeInfoSourceInformation about a serialization/deserialization program (SerDe) that serves as an extractor and loader.
type nonrec t = {name : NameString.t option;Name of the SerDe.
*)serializationLibrary : NameString.t option;Usually the class that implements the SerDe. An example is org.apache.hadoop.hive.serde2.columnar.ColumnarSerDe.
*)parameters : ParametersMap.t option;These key-value pairs define initialization parameters for the SerDe.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of KeyString.t ]
* [> `String of ParametersMapValue.t ])
list
| `String of NameString.t ])
list ]