MCPcopy Create free account
hub / github.com/apache/arrow / operator()

Method operator()

cpp/src/arrow/util/bit_util_test.cc:184–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182// GenerateBitsUnrolled.
183struct VisitBitsFunctor {
184 void operator()(const uint8_t* bitmap, int64_t start_offset, int64_t length,
185 bool* destination) {
186 auto writer = [&](const bool& bit_value) { *destination++ = bit_value; };
187 return internal::VisitBits(bitmap, start_offset, length, writer);
188 }
189};
190
191struct VisitBitsUnrolledFunctor {

Callers

nothing calls this directly

Calls 1

VisitBitsFunction · 0.70

Tested by

no test coverage detected