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

Function _arrow_ipc___feather___Reader__schema

r/src/arrowExports.cpp:3189–3194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3187// feather.cpp
3188std::shared_ptr<arrow::Schema> ipc___feather___Reader__schema(const std::shared_ptr<arrow::ipc::feather::Reader>& reader);
3189extern "C" SEXP _arrow_ipc___feather___Reader__schema(SEXP reader_sexp){
3190BEGIN_CPP11
3191 arrow::r::Input<const std::shared_ptr<arrow::ipc::feather::Reader>&>::type reader(reader_sexp);
3192 return cpp11::as_sexp(ipc___feather___Reader__schema(reader));
3193END_CPP11
3194}
3195// field.cpp
3196std::shared_ptr<arrow::Field> Field__initialize(const std::string& name, const std::shared_ptr<arrow::DataType>& field, bool nullable);
3197extern "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