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

Function Table__to_dataframe

r/src/array_to_vector.cpp:1418–1421  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

1416
1417// [[arrow::export]]
1418cpp11::writable::list Table__to_dataframe(const std::shared_ptr<arrow::Table>& table,
1419 bool use_threads) {
1420 return arrow::r::to_data_frame(table, use_threads);
1421}

Callers 1

Calls 1

to_data_frameFunction · 0.85

Tested by

no test coverage detected