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

Function PrintTo

cpp/src/arrow/util/bitmap_test.cc:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39using ::testing::ElementsAreArray;
40
41void PrintTo(const BitRun& run, std::ostream* os) { *os << run.ToString(); }
42void PrintTo(const SetBitRun& run, std::ostream* os) { *os << run.ToString(); }
43
44namespace {

Callers

nothing calls this directly

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected