Module Values.IncludedDatasetColumnsSource

Sourcetype nonrec t = (DatasetType.t * ColumnNamesList.t) list
Sourceval make : 'a list -> 'a list
Sourceval of_header : (Base.String.t * string) list -> 'a list
Sourceval to_value : ('a * 'b list) list -> [> `Map of ([> `String of 'a ] * [> `List of [> `String of 'b ] list ]) list ]
Sourceval to_query : (string * string list) list -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'b
Sourceval of_xml : 'a -> 'b
Sourceval of_json : Yojson.Safe.t -> (string * string list) list
Sourceval to_json : (string * string list) list -> Yojson.Safe.t