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

Function RecordBatch__to_dataframe

r/src/array_to_vector.cpp:1412–1415  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

1410
1411// [[arrow::export]]
1412cpp11::writable::list RecordBatch__to_dataframe(
1413 const std::shared_ptr<arrow::RecordBatch>& batch, bool use_threads) {
1414 return arrow::r::to_data_frame(batch, use_threads);
1415}
1416
1417// [[arrow::export]]
1418cpp11::writable::list Table__to_dataframe(const std::shared_ptr<arrow::Table>& table,

Callers 1

Calls 1

to_data_frameFunction · 0.85

Tested by

no test coverage detected