Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
using ::testing::ElementsAreArray;
40
41
void PrintTo(const BitRun& run, std::ostream* os) { *os << run.ToString(); }
42
void PrintTo(const SetBitRun& run, std::ostream* os) { *os << run.ToString(); }
43
44
namespace {
Callers
nothing calls this directly
Calls
1
ToString
Method · 0.45
Tested by
no test coverage detected