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

Function RecordBatch__to_dataframe

r/src/array_to_vector.cpp:1434–1437  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

1432
1433// [[arrow::export]]
1434cpp11::writable::list RecordBatch__to_dataframe(
1435 const std::shared_ptr<arrow::RecordBatch>& batch, bool use_threads) {
1436 return arrow::r::to_data_frame(batch, use_threads);
1437}
1438
1439// [[arrow::export]]
1440cpp11::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