Values.OutputAttributeSourceA list of OutputAttribute objects, each of which have the fields Name and Hashed. Each of these objects selects a column to be included in the output table, and whether the values of the column should be hashed.
type nonrec t = {name : AttributeName.t;A name of a column to be written to the output. This must be an InputField name in the schema mapping.
*)hashed : Boolean.t option;Enables the ability to hash the column values in the output.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of AttributeName.t ]) list ]