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

Method size

src/Interpreters/MergeJoin.cpp:216–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214 Container bitmap;
215
216 size_t size() const { return bitmap.size(); }
217 bool empty() const { return bitmap.empty(); }
218
219 void applyOr(Container && addition) noexcept

Callers 10

nullableCompareTrackAtFunction · 0.45
extractMinMaxFunction · 0.45
applyOrMethod · 0.45
getNotUsedMethod · 0.45
copyRightRangeFunction · 0.45
joinInequalsLeftFunction · 0.45
leftJoinMethod · 0.45
allInnerJoinMethod · 0.45
rightBlocksCountMethod · 0.45
fillColumnsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected