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

Function WriteHeader

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

Source from the content-addressed store, hash-verified

73const std::vector<std::string> strptime_rows = {"10/17/1917", "9/13/2018", "9/5/1945"};
74
75static void WriteHeader(std::ostream& writer) {
76 writer << "Int64,Float,Decimal128,ISO8601,Strptime" << std::endl;
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()];

Callers 1

MakeSampleCsvBufferFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected