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

Function GetCell

cpp/src/arrow/csv/test_common.cc:79–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79static std::string GetCell(const std::vector<std::string>& base_rows, size_t row_index) {
80 return base_rows[row_index % base_rows.size()];
81}
82
83static void WriteRow(std::ostream& writer, size_t row_index) {
84 writer << GetCell(int64_rows, row_index);

Callers 1

WriteRowFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected