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