MCPcopy Create free account
hub / github.com/apache/arrow / _arrow_compute___expr__field_names_in_expression

Function _arrow_compute___expr__field_names_in_expression

r/src/arrowExports.cpp:3022–3027  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3020// expression.cpp
3021std::vector<std::string> compute___expr__field_names_in_expression(const std::shared_ptr<compute::Expression>& x);
3022extern "C" SEXP _arrow_compute___expr__field_names_in_expression(SEXP x_sexp){
3023BEGIN_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));
3026END_CPP11
3027}
3028// expression.cpp
3029std::shared_ptr<compute::Expression> compute___expr__field_ref(std::string name);
3030extern "C" SEXP _arrow_compute___expr__field_ref(SEXP name_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected