Values_0.JoinSourceSpecifies a transform that joins two datasets into one dataset using a comparison phrase on the specified data property keys. You can use inner, outer, left, right, left semi, and left anti joins.
type nonrec t = {name : NodeName.t;The name of the transform node.
*)inputs : TwoInputs.t;The data inputs identified by their node names.
*)joinType : JoinType.t;Specifies the type of join to be performed on the datasets.
*)columns : JoinColumns.t;A list of the two columns to be joined.
*)}val make :
name:NodeName.t ->
inputs:TwoInputs.t ->
joinType:JoinType.t ->
columns:JoinColumns.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of NodeId.t
| `Structure of
(string
* [> `List of
[> `List of
[> `String of EnclosedInStringProperty.t ] list ]
list
| `String of EnclosedInStringProperty.t ])
list ]
list
| `String of NodeName.t ])
list ]