| 3020 | // expression.cpp |
| 3021 | std::vector<std::string> compute___expr__field_names_in_expression(const std::shared_ptr<compute::Expression>& x); |
| 3022 | extern "C" SEXP _arrow_compute___expr__field_names_in_expression(SEXP x_sexp){ |
| 3023 | BEGIN_CPP11 |
| 3024 | arrow::r::Input<const std::shared_ptr<compute::Expression>&>::type x(x_sexp); |
| 3025 | return cpp11::as_sexp(compute___expr__field_names_in_expression(x)); |
| 3026 | END_CPP11 |
| 3027 | } |
| 3028 | // expression.cpp |
| 3029 | std::shared_ptr<compute::Expression> compute___expr__field_ref(std::string name); |
| 3030 | extern "C" SEXP _arrow_compute___expr__field_ref(SEXP name_sexp){ |
nothing calls this directly
no test coverage detected