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

Function _arrow_Field__WithMetadata

r/src/arrowExports.cpp:3274–3280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3272// field.cpp
3273std::shared_ptr<arrow::Field> Field__WithMetadata(const std::shared_ptr<arrow::Field>& field, cpp11::strings metadata);
3274extern "C" SEXP _arrow_Field__WithMetadata(SEXP field_sexp, SEXP metadata_sexp){
3275BEGIN_CPP11
3276 arrow::r::Input<const std::shared_ptr<arrow::Field>&>::type field(field_sexp);
3277 arrow::r::Input<cpp11::strings>::type metadata(metadata_sexp);
3278 return cpp11::as_sexp(Field__WithMetadata(field, metadata));
3279END_CPP11
3280}
3281// field.cpp
3282std::shared_ptr<arrow::Field> Field__RemoveMetadata(const std::shared_ptr<arrow::Field>& field);
3283extern "C" SEXP _arrow_Field__RemoveMetadata(SEXP field_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85
Field__WithMetadataFunction · 0.85

Tested by

no test coverage detected