Values.AnalysisSchemaSourceA relation within an analysis.
type nonrec t = {referencedTables : QueryTables.t option;The tables referenced in the analysis schema.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of TableAlias.t ] list ]) list ]