Module Values_1.GeoSpatialColumnGroupSource

Geospatial column group that denotes a hierarchy.

Sourcetype nonrec t = {
  1. name : ColumnGroupName.t;
    (*

    A display name for the hierarchy.

    *)
  2. countryCode : GeoSpatialCountryCode.t option;
    (*

    Country code.

    *)
  3. columns : ColumnList.t;
    (*

    Columns in this hierarchy.

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