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

Method appendTable

src/Analyzer/JoinNode.cpp:243–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243void CrossJoinNode::appendTable(QueryTreeNodePtr table_expression, CrossJoinNode::JoinType join_type)
244{
245 children.push_back(std::move(table_expression));
246 join_types.push_back(join_type);
247}
248
249void CrossJoinNode::dumpTreeImpl(WriteBuffer & buffer, FormatState & format_state, size_t indent) const
250{

Callers 2

buildJoinTreeMethod · 0.80
rebuildJoinsMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected