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

Function _arrow_Array__ToString

r/src/arrowExports.cpp:138–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136// array.cpp
137std::string Array__ToString(const std::shared_ptr<arrow::Array>& x);
138extern "C" SEXP _arrow_Array__ToString(SEXP x_sexp){
139BEGIN_CPP11
140 arrow::r::Input<const std::shared_ptr<arrow::Array>&>::type x(x_sexp);
141 return cpp11::as_sexp(Array__ToString(x));
142END_CPP11
143}
144// array.cpp
145arrow::Type::type Array__type_id(const std::shared_ptr<arrow::Array>& x);
146extern "C" SEXP _arrow_Array__type_id(SEXP x_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85
Array__ToStringFunction · 0.85

Tested by

no test coverage detected