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

Method GetString

cpp/src/parquet/stream_reader_test.cc:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 static constexpr int num_rows = 2000;
44
45 static std::string GetString(const int i) { return "Str #" + std::to_string(i); }
46 static bool GetBool(const int i) { return i % 7 < 3; }
47 static char GetChar(const int i) { return i & 1 ? 'M' : 'F'; }
48 static std::array<char, 4> GetCharArray(const int i) {

Callers 5

WriteCrsKeyAndValueMethod · 0.45
ParseMethod · 0.45
ParseMethod · 0.45

Calls 1

to_stringFunction · 0.85

Tested by

no test coverage detected