Values.QueryConstraintRequireOverlapSourceProvides the name of the columns that are required to overlap.
type nonrec t = {columns : AnalysisRuleColumnList.t option;The columns that are required to overlap.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of AnalysisRuleColumnName.t ] list ])
list ]