MCPcopy 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

applyOrMethod · 0.45
usedMethod · 0.45
MergeJoinMethod · 0.45
joinBlockMethod · 0.45
leftJoinMethod · 0.45
allInnerJoinMethod · 0.45
semiLeftJoinMethod · 0.45
loadRightBlockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected