MCPcopy Create free account
hub / github.com/apache/cloudberry / GetBitSet

Method GetBitSet

contrib/pax_storage/src/cpp/comm/bloomfilter.h:106–108  ·  view source on GitHub ↗

Get the bitset used to serialize to disk Return the bitset and bits in the bitsets

Source from the content-addressed store, hash-verified

104 // Get the bitset used to serialize to disk
105 // Return the bitset and bits in the bitsets
106 inline std::pair<unsigned char *, uint64> GetBitSet() {
107 return std::make_pair(bitset_, m_);
108 }
109
110 inline uint64 GetSeed() { return seed_; }
111

Callers 2

SerializeMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64