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

Function _arrow_Field__ToString

r/src/arrowExports.cpp:3207–3212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3205// field.cpp
3206std::string Field__ToString(const std::shared_ptr<arrow::Field>& field);
3207extern "C" SEXP _arrow_Field__ToString(SEXP field_sexp){
3208BEGIN_CPP11
3209 arrow::r::Input<const std::shared_ptr<arrow::Field>&>::type field(field_sexp);
3210 return cpp11::as_sexp(Field__ToString(field));
3211END_CPP11
3212}
3213// field.cpp
3214std::string Field__name(const std::shared_ptr<arrow::Field>& field);
3215extern "C" SEXP _arrow_Field__name(SEXP field_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85
Field__ToStringFunction · 0.85

Tested by

no test coverage detected