Specifying "MergeKeys" for "innerjoin"

13 ビュー (過去 30 日間)
FM
FM 2022 年 11 月 9 日
コメント済み: FM 2022 年 11 月 18 日
I wonder what people feel about incorporating a MergeKeys option into "innerjoin", similar to what is available for "outerjoin"?
The "innerjoin" function merges keys by default, but doesn't do so when specifying "LeftVariables" and "RightVariables". I want to use those options because my left and right tables have a lot of variables, and I only want a small subset to show up in the inner join. Hence, I have to write extra code that merges the keys, in effect, but anything I can do to keep the code volume down will reduce the cognitive noise.

採用された回答

Lei Hou
Lei Hou 2022 年 11 月 18 日
Hi,
Regarding the output of innerjoin, the key values from left table are the same as that from the right table. So, we only need to keep one copy. You can add key variable names to either "LeftVaribles" or "RightVariables" but not both.
Hoping this is helpful.
Thanks,
Lei
  1 件のコメント
FM
FM 2022 年 11 月 18 日
It does. Thanks, Lei.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMatrices and Arrays についてさらに検索

タグ

製品


リリース

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by