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

Function _arrow_ipc___feather___Reader__schema

r/src/arrowExports.cpp:3198–3203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3196// feather.cpp
3197std::shared_ptr<arrow::Schema> ipc___feather___Reader__schema(const std::shared_ptr<arrow::ipc::feather::Reader>& reader);
3198extern "C" SEXP _arrow_ipc___feather___Reader__schema(SEXP reader_sexp){
3199BEGIN_CPP11
3200 arrow::r::Input<const std::shared_ptr<arrow::ipc::feather::Reader>&>::type reader(reader_sexp);
3201 return cpp11::as_sexp(ipc___feather___Reader__schema(reader));
3202END_CPP11
3203}
3204// field.cpp
3205std::shared_ptr<arrow::Field> Field__initialize(const std::string& name, const std::shared_ptr<arrow::DataType>& field, bool nullable);
3206extern "C" SEXP _arrow_Field__initialize(SEXP name_sexp, SEXP field_sexp, SEXP nullable_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected