| 3011 | // expression.cpp |
| 3012 | std::vector<std::string> compute___expr__field_names_in_expression(const std::shared_ptr<compute::Expression>& x); |
| 3013 | extern "C" SEXP _arrow_compute___expr__field_names_in_expression(SEXP x_sexp){ |
| 3014 | BEGIN_CPP11 |
| 3015 | arrow::r::Input<const std::shared_ptr<compute::Expression>&>::type x(x_sexp); |
| 3016 | return cpp11::as_sexp(compute___expr__field_names_in_expression(x)); |
| 3017 | END_CPP11 |
| 3018 | } |
| 3019 | // expression.cpp |
| 3020 | std::shared_ptr<compute::Expression> compute___expr__field_ref(std::string name); |
| 3021 | extern "C" SEXP _arrow_compute___expr__field_ref(SEXP name_sexp){ |
nothing calls this directly
no test coverage detected