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

Function csv___WriteCSV__RecordBatchReader

r/src/csv.cpp:246–251  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

244
245// [[arrow::export]]
246void csv___WriteCSV__RecordBatchReader(
247 const std::shared_ptr<arrow::RecordBatchReader>& reader,
248 const std::shared_ptr<arrow::csv::WriteOptions>& write_options,
249 const std::shared_ptr<arrow::io::OutputStream>& stream) {
250 StopIfNotOk(arrow::csv::WriteCSV(reader, *write_options, stream.get()));
251}

Calls 3

StopIfNotOkFunction · 0.85
WriteCSVFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected