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:3013–3018  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3011// expression.cpp
3012std::vector<std::string> compute___expr__field_names_in_expression(const std::shared_ptr<compute::Expression>& x);
3013extern "C" SEXP _arrow_compute___expr__field_names_in_expression(SEXP x_sexp){
3014BEGIN_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));
3017END_CPP11
3018}
3019// expression.cpp
3020std::shared_ptr<compute::Expression> compute___expr__field_ref(std::string name);
3021extern "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