MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / checkTypesOfKeys

Method checkTypesOfKeys

src/Interpreters/HashJoin/HashJoin.cpp:1256–1262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1254}
1255
1256void HashJoin::checkTypesOfKeys(const Block & block) const
1257{
1258 for (const auto & onexpr : table_join->getClauses())
1259 {
1260 JoinCommon::checkTypesOfKeys(block, onexpr.key_names_left, right_table_keys, onexpr.key_names_right);
1261 }
1262}
1263
1264JoinResultPtr HashJoin::joinBlock(Block block)
1265{

Callers

nothing calls this directly

Calls 1

checkTypesOfKeysFunction · 0.85

Tested by

no test coverage detected