Module Values_1.ColumnGroupSource

Groupings of columns that work together in certain Quick Sight features. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.

Sourcetype nonrec t = {
  1. geoSpatialColumnGroup : GeoSpatialColumnGroup.t option;
    (*

    Geospatial column group that denotes a hierarchy.

    *)
}
Sourceval make : ?geoSpatialColumnGroup:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `String of Values_0.ColumnName.t ] list | `String of ColumnGroupName.t ]) 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