MCPcopy Create free account
hub / github.com/apache/arrow / InsertImp

Method InsertImp

cpp/src/arrow/acero/bloom_filter.cc:120–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118
119template <typename T>
120void BlockedBloomFilter::InsertImp(int64_t num_rows, const T* hashes) {
121 for (int64_t i = 0; i < num_rows; ++i) {
122 Insert(hashes[i]);
123 }
124}
125
126void BlockedBloomFilter::Insert(int64_t hardware_flags, int64_t num_rows,
127 const uint32_t* hashes) {

Callers

nothing calls this directly

Calls 1

InsertFunction · 0.85

Tested by

no test coverage detected