未验证 提交 0a394625 编写于 作者: 悟世者's avatar 悟世者 提交者: GitHub

Update joiner.cpp (#452)

make the sql of in to use nested loop
上级 9de4578a
......@@ -52,7 +52,7 @@ JoinAlgType TwoDimensionalJoiner::ChooseJoinAlgorithm([[maybe_unused]] MultiInde
}
if (cond[0].IsType_In()) {
return choose_map_or_hash();
return JoinAlgType::JTYPE_GENERAL; // nested loop
}
if (!cond[0].IsType_JoinSimple()) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册