Module Values.StaticColumnSource

The static columns of the table. Static columns store values that are shared by all rows in the same partition.

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

    The name of the static column.

    *)
}
Sourceval context_ : string
Sourceval make : name:GenericString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of GenericString.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