Join
Last updated: 06 Jan 2023
Description¶
The Join node is used to perform a SQL join between two preceding nodes.
Configuration Options¶
Basic Configuration Options¶
| Setting | Description\Parameters |
|---|---|
Join Type |
Type of join to perform. Options include Inner,Full Outer,Full Anti,Left Outer,Cross. |
Join from Node |
Source node to join from. |
Join to Node |
Target node to join to. |
Join Columns |
Columns to perform the join on. |
Actions¶
| Action | Description |
|---|---|
Preview |
After configuring the node, the combined result set can be previewed by clicking the Preview button. |