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

Function _arrow_Table__columns

r/src/arrowExports.cpp:5475–5480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5473// table.cpp
5474cpp11::list Table__columns(const std::shared_ptr<arrow::Table>& table);
5475extern "C" SEXP _arrow_Table__columns(SEXP table_sexp){
5476BEGIN_CPP11
5477 arrow::r::Input<const std::shared_ptr<arrow::Table>&>::type table(table_sexp);
5478 return cpp11::as_sexp(Table__columns(table));
5479END_CPP11
5480}
5481// table.cpp
5482std::vector<std::string> Table__ColumnNames(const std::shared_ptr<arrow::Table>& table);
5483extern "C" SEXP _arrow_Table__ColumnNames(SEXP table_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85
Table__columnsFunction · 0.85

Tested by

no test coverage detected