| 3196 | // feather.cpp |
| 3197 | std::shared_ptr<arrow::Schema> ipc___feather___Reader__schema(const std::shared_ptr<arrow::ipc::feather::Reader>& reader); |
| 3198 | extern "C" SEXP _arrow_ipc___feather___Reader__schema(SEXP reader_sexp){ |
| 3199 | BEGIN_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)); |
| 3202 | END_CPP11 |
| 3203 | } |
| 3204 | // field.cpp |
| 3205 | std::shared_ptr<arrow::Field> Field__initialize(const std::string& name, const std::shared_ptr<arrow::DataType>& field, bool nullable); |
| 3206 | extern "C" SEXP _arrow_Field__initialize(SEXP name_sexp, SEXP field_sexp, SEXP nullable_sexp){ |
nothing calls this directly
no test coverage detected