Join to transform table(连接以转换表格(Join to transform table))¶
Performs a left, inner or right join of two transform tables based on one or more matching conditions. Select which columns from the source and joining tables you wish to retain. Optionally, add a prefix to the joined columns to avoid name collisions with existing columns, or to annotate the joined columns.

Input type¶
Transform table
Output type¶
Transform table
Usage information¶
| Functionality | Availability |
|---|---|
| Standard Quiver card | Unsupported |
| Transform table transform | Supported |
中文翻译¶
连接以转换表格(Join to transform table)¶
基于一个或多个匹配条件,对两个转换表格执行左连接(left join)、内连接(inner join)或右连接(right join)。 选择希望保留的源表格和连接表格中的列。 可选地,为连接后的列添加前缀,以避免与现有列名冲突,或对连接后的列进行注释。

输入类型¶
转换表格(Transform table)
输出类型¶
转换表格(Transform table)
使用信息¶
| 功能 | 可用性 |
|---|---|
| 标准 Quiver 卡片 | 不支持 |
| 转换表格转换 | 支持 |