Join
This operator joins the data set by allowing users to define the input data set such as an alias, output columns, and the join condition.
Information at a Glance
|
Parameter |
Description |
|---|---|
| Category | Transform |
| Data source type | TIBCO® Data Virtualization |
| Send output to other operators | Yes |
| Data processing tool | TIBCO® DV, Apache Spark 3.2 or later |
Input
An input requires two or more data sets.
Both tables must be located in the same database. Join does not work on tables located in different databases. See the TIBCO Data Science - Team Studio Operator and Data Source Compatibility for any data source exceptions for the Join operator.
Configuration
The following table provides the configuration details for the Join operator.
| Parameter | Description |
|---|---|
| Notes | Notes or helpful information about this operator's parameter settings. When you enter content in the Notes field, a yellow asterisk appears on the operator. |
| Create Sequence ID | Click Yes to create an ID column on the output data set of the Join operator. |
| Join Conditions |
Click
Define Join Conditions to display the
Join Properties dialog. See
Join Properties - Database dialog for more information. For information about creating the Join condition, see Creating a Join condition for a database join. |
| Output Schema | Specify the schema for the output table or view. |
| Output Table | Specify the table path and name where the output of the results is generated. By default, this is a unique table name based on your user ID, workflow ID, and operator. |
| Store Results | When set to Yes, the operator saves the results. If set to No, the operator does not save the results. |
Output
- Output: A table that displays the output of joined data sets.
Example
The following example joins the golf data set and golf-1 data set into a single data set using the Join operator.
golf: This data set contains the following information:
- Multiple columns namely outlook, temperature, wind, humidity, and play.
- Multiple rows (14 rows).
golf-1: This data set contains the following information:
- Multiple columns namely outlook, temperature, wind, humidity, and play.
- Multiple rows (14 rows).
-
Create Sequence ID: No
-
Join Conditions: outlook, temperature, humidity, wind
-
Store Results: Yes