equi-join
美
英 
英汉解释
例句
Using an equi-join means that each row in the transformation input must match at least one row from the reference dataset.
使用同等联接意味着转换输入中的每一行都至少要匹配引用数据集中的一行。
The join between the fact table and any dimension table is an equi-join, which makes a hash join possible.
事实表和任何维度表之间的连接都是等值连接,这使得散列连接成为可能。
The Lookup transformation performs an equi-join between values in the transformation input and values in the reference dataset.
查找转换在转换输入的值和引用数据集的值之间执行同等联接。
The Lookup transformation uses an equi-join to locate matching records in the reference table.
查找转换使用同等联接在引用表中查找匹配的记录。
Now, you should perform the EQUI-JOIN operation once again.
现在,您应该再次执行EQUI-JOIN操作。