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

Method operator()

cpp/src/arrow/util/bit_util_benchmark.cc:402–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400struct VisitBitsFunctor {
401 template <class Visitor>
402 void operator()(const uint8_t* bitmap, int64_t start_offset, int64_t length,
403 Visitor&& g) {
404 return internal::VisitBits(bitmap, start_offset, length, g);
405 }
406};
407
408struct VisitBitsUnrolledFunctor {

Callers

nothing calls this directly

Calls 1

VisitBitsFunction · 0.70

Tested by

no test coverage detected