Module Values.MixedMeasureMappingSource

Sourcetype nonrec t = {
  1. measureName : SchemaName.t option;
  2. sourceColumn : SchemaName.t option;
  3. targetMeasureName : SchemaName.t option;
  4. measureValueType : MeasureValueType.t;
  5. multiMeasureAttributeMappings : MultiMeasureAttributeMappingList.t option;
}
Sourceval context_ : string
Sourceval make : ?measureName:??? -> ?sourceColumn:??? -> ?targetMeasureName:??? -> ?multiMeasureAttributeMappings:??? -> measureValueType:MeasureValueType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of SchemaName.t ]) list ] list | `String of SchemaName.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