Module Values.QueryConstraintSource

Provides any necessary query constraint information.

Sourcetype nonrec t = {
  1. requireOverlap : QueryConstraintRequireOverlap.t option;
    (*

    An array of column names that specifies which columns are required in the JOIN statement.

    *)
}
Sourceval make : ?requireOverlap:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `String of AnalysisRuleColumnName.t ] list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t