| 4086 | // message.cpp |
| 4087 | std::shared_ptr<arrow::Schema> ipc___ReadSchema_InputStream(const std::shared_ptr<arrow::io::InputStream>& stream); |
| 4088 | extern "C" SEXP _arrow_ipc___ReadSchema_InputStream(SEXP stream_sexp){ |
| 4089 | BEGIN_CPP11 |
| 4090 | arrow::r::Input<const std::shared_ptr<arrow::io::InputStream>&>::type stream(stream_sexp); |
| 4091 | return cpp11::as_sexp(ipc___ReadSchema_InputStream(stream)); |
| 4092 | END_CPP11 |
| 4093 | } |
| 4094 | // message.cpp |
| 4095 | std::shared_ptr<arrow::Schema> ipc___ReadSchema_Message(const std::unique_ptr<arrow::ipc::Message>& message); |
| 4096 | extern "C" SEXP _arrow_ipc___ReadSchema_Message(SEXP message_sexp){ |
nothing calls this directly
no test coverage detected