| 4043 | // message.cpp |
| 4044 | std::shared_ptr<arrow::Schema> ipc___ReadSchema_InputStream(const std::shared_ptr<arrow::io::InputStream>& stream); |
| 4045 | extern "C" SEXP _arrow_ipc___ReadSchema_InputStream(SEXP stream_sexp){ |
| 4046 | BEGIN_CPP11 |
| 4047 | arrow::r::Input<const std::shared_ptr<arrow::io::InputStream>&>::type stream(stream_sexp); |
| 4048 | return cpp11::as_sexp(ipc___ReadSchema_InputStream(stream)); |
| 4049 | END_CPP11 |
| 4050 | } |
| 4051 | // message.cpp |
| 4052 | std::shared_ptr<arrow::Schema> ipc___ReadSchema_Message(const std::unique_ptr<arrow::ipc::Message>& message); |
| 4053 | extern "C" SEXP _arrow_ipc___ReadSchema_Message(SEXP message_sexp){ |
nothing calls this directly
no test coverage detected