Values_1.UnpivotOperationSourceA transform operation that converts columns into rows, normalizing the data structure.
type nonrec t = {alias : Values_0.TransformOperationAlias.t;Alias for this operation.
*)source : Values_0.TransformOperationSource.t;The source transform operation that provides input data for unpivoting.
*)columnsToUnpivot : ColumnToUnpivotList.t;The list of columns to unpivot from the source data.
*)unpivotedLabelColumnName : Values_0.ColumnName.t;The name for the new column that will contain the unpivoted column names.
*)unpivotedLabelColumnId : Values_0.ColumnId.t;A unique identifier for the new column that will contain the unpivoted column names.
*)unpivotedValueColumnName : Values_0.ColumnName.t;The name for the new column that will contain the unpivoted values.
*)unpivotedValueColumnId : Values_0.ColumnId.t;A unique identifier for the new column that will contain the unpivoted values.
*)}val make :
alias:Values_0.TransformOperationAlias.t ->
source:Values_0.TransformOperationSource.t ->
columnsToUnpivot:ColumnToUnpivotList.t ->
unpivotedLabelColumnName:Values_0.ColumnName.t ->
unpivotedLabelColumnId:Values_0.ColumnId.t ->
unpivotedValueColumnName:Values_0.ColumnName.t ->
unpivotedValueColumnId:Values_0.ColumnId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of Values_0.ColumnName.t ]) list ]
list
| `String of Values_0.TransformOperationAlias.t
| `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of string ]) list ]
list
| `String of string ])
list ])
list ]