Values.MultiMeasureAttributeMappingSourceAttribute mapping for MULTI value measures.
type nonrec t = {sourceColumn : SchemaName.t;Source column from where the attribute value is to be read.
*)targetMultiMeasureAttributeName : SchemaName.t option;Custom name to be used for attribute name in derived table. If not provided, source column name would be used.
*)measureValueType : ScalarMeasureValueType.t;Type of the attribute to be read from the source column.
*)}val make :
?targetMultiMeasureAttributeName:??? ->
sourceColumn:SchemaName.t ->
measureValueType:ScalarMeasureValueType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of SchemaName.t ]) list ]