Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ empty
Method
empty
src/Interpreters/MergeJoin.cpp:217–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
215
216
size_t size() const { return bitmap.size(); }
217
bool empty() const { return bitmap.empty(); }
218
219
void applyOr(Container && addition) noexcept
220
{
Callers
11
condtitionColumnToJoinable
Function · 0.45
applyOr
Method · 0.45
used
Method · 0.45
MergeJoin
Method · 0.45
mergeInMemoryRightBlocks
Method · 0.45
joinBlock
Method · 0.45
leftJoin
Method · 0.45
allInnerJoin
Method · 0.45
semiLeftJoin
Method · 0.45
loadRightBlock
Method · 0.45
needConditionJoinColumn
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected