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

Method allowParallelHashJoin

src/Interpreters/TableJoin.cpp:1226–1229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1224}
1225
1226bool TableJoin::allowParallelHashJoin() const
1227{
1228 return ::DB::allowParallelHashJoin(join_algorithms, kind(), isSpecialStorage(), oneDisjunct());
1229}
1230
1231ActionsDAG TableJoin::createJoinedBlockActions(ContextPtr context, PreparedSetsPtr prepared_sets) const
1232{

Callers 2

tryCreateJoinFunction · 0.80
tryCreateJoinFunction · 0.80

Calls 1

allowParallelHashJoinFunction · 0.85

Tested by

no test coverage detected