MCPcopy Create free account
hub / github.com/apache/impala / Insert

Method Insert

be/src/util/bloom-filter.h:222–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220};
221
222inline void ALWAYS_INLINE BloomFilter::Insert(const uint32_t hash) noexcept {
223 block_bloom_filter_.Insert(hash);
224}
225
226inline bool ALWAYS_INLINE BloomFilter::Find(const uint32_t hash) const noexcept {
227 return block_bloom_filter_.Find(hash);

Callers 9

BfInsertFunction · 0.45
TEST_FFunction · 0.45
IrInsertMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TestNumericInListFilterFunction · 0.45
TESTFunction · 0.45
TestStringInListFilterFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 8

BfInsertFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TestNumericInListFilterFunction · 0.36
TESTFunction · 0.36
TestStringInListFilterFunction · 0.36
TESTFunction · 0.36