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

Function csv___WriteCSV__Table

r/src/csv.cpp:231–235  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

229
230// [[arrow::export]]
231void csv___WriteCSV__Table(const std::shared_ptr<arrow::Table>& table,
232 const std::shared_ptr<arrow::csv::WriteOptions>& write_options,
233 const std::shared_ptr<arrow::io::OutputStream>& stream) {
234 StopIfNotOk(arrow::csv::WriteCSV(*table, *write_options, stream.get()));
235}
236
237// [[arrow::export]]
238void csv___WriteCSV__RecordBatch(

Callers 1

Calls 3

StopIfNotOkFunction · 0.85
WriteCSVFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected