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

Method fromRight

src/Interpreters/JoinExpressionActions.cpp:393–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393bool JoinActionRef::fromRight() const
394{
395 auto src_rels = getExpressionSourcesImpl(getData()->expression_sources, *this);
396 return src_rels.count() == 1 && src_rels.test(1);
397}
398
399bool JoinActionRef::fromNone() const
400{

Callers 15

addToNullableIfNeededFunction · 0.80
typeChangingSidesMethod · 0.80
removeUnusedColumnsMethod · 0.80
buildPhysicalJoinImplFunction · 0.80
preCalculateKeysMethod · 0.80
tryConvertJoinToInFunction · 0.80
tryAddJoinRuntimeFilterFunction · 0.80

Calls 3

getDataFunction · 0.85
countMethod · 0.45
testMethod · 0.45

Tested by

no test coverage detected