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

Function _arrow_Field__ToString

r/src/arrowExports.cpp:3216–3221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3214// field.cpp
3215std::string Field__ToString(const std::shared_ptr<arrow::Field>& field);
3216extern "C" SEXP _arrow_Field__ToString(SEXP field_sexp){
3217BEGIN_CPP11
3218 arrow::r::Input<const std::shared_ptr<arrow::Field>&>::type field(field_sexp);
3219 return cpp11::as_sexp(Field__ToString(field));
3220END_CPP11
3221}
3222// field.cpp
3223std::string Field__name(const std::shared_ptr<arrow::Field>& field);
3224extern "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