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

Method checkTypesOfKeys

src/Interpreters/DirectJoin.cpp:112–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void DirectKeyValueJoin::checkTypesOfKeys(const Block & block) const
113{
114 for (const auto & onexpr : table_join->getClauses())
115 {
116 JoinCommon::checkTypesOfKeys(block, onexpr.key_names_left, right_sample_block, onexpr.key_names_right);
117 }
118}
119
120static void selectFirstMatchForEachKey(const IColumn::Offsets & offsets, MutableColumns & columns, NullMap & null_map)
121{

Callers

nothing calls this directly

Calls 1

checkTypesOfKeysFunction · 0.85

Tested by

no test coverage detected