Values_0.DropDuplicatesSourceSpecifies a transform that removes rows of repeating data from a data set.
type nonrec t = {name : NodeName.t;The name of the transform node.
*)inputs : OneInput.t;The data inputs identified by their node names.
*)columns : LimitedPathList.t option;The name of the columns to be merged or removed if repeating.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `List of [> `String of GenericLimitedString.t ] list
| `String of NodeId.t ]
list
| `String of NodeName.t ])
list ]