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

Function Table__to_dataframe

r/src/array_to_vector.cpp:1440–1443  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

1438
1439// [[arrow::export]]
1440cpp11::writable::list Table__to_dataframe(const std::shared_ptr<arrow::Table>& table,
1441 bool use_threads) {
1442 return arrow::r::to_data_frame(table, use_threads);
1443}

Callers 1

Calls 1

to_data_frameFunction · 0.85

Tested by

no test coverage detected