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

Function WriteInvalidRow

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

Source from the content-addressed store, hash-verified

94}
95
96static void WriteInvalidRow(std::ostream& writer, size_t row_index) {
97 writer << "\"" << std::endl << "\"";
98 writer << std::endl;
99}
100} // namespace
101
102Result<std::shared_ptr<Buffer>> MakeSampleCsvBuffer(

Callers 1

MakeSampleCsvBufferFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected