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

Function csv___WriteCSV__RecordBatch

r/src/csv.cpp:238–243  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

236
237// [[arrow::export]]
238void csv___WriteCSV__RecordBatch(
239 const std::shared_ptr<arrow::RecordBatch>& record_batch,
240 const std::shared_ptr<arrow::csv::WriteOptions>& write_options,
241 const std::shared_ptr<arrow::io::OutputStream>& stream) {
242 StopIfNotOk(arrow::csv::WriteCSV(*record_batch, *write_options, stream.get()));
243}
244
245// [[arrow::export]]
246void csv___WriteCSV__RecordBatchReader(

Callers 1

Calls 3

StopIfNotOkFunction · 0.85
WriteCSVFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected