Values.CuratedQuerySourceContains configurations for a query, each of which defines information about example queries to help the query engine generate appropriate SQL queries.
type nonrec t = {naturalLanguage : NaturalLanguageString.t;An example natural language query.
*)sql : SqlString.t;The SQL equivalent of the natural language query.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of NaturalLanguageString.t ]) list ]