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

Function to_r_strings

r/src/arrow_cpp11.h:348–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

346
347template <typename T, typename ToString>
348cpp11::writable::strings to_r_strings(const std::vector<std::shared_ptr<T>>& x,
349 ToString&& to_string) {
350 return to_r_vector<cpp11::writable::strings>(x, std::forward<ToString>(to_string));
351}
352
353template <typename T, typename ToListElement>
354cpp11::writable::list to_r_list(const std::vector<std::shared_ptr<T>>& x,

Callers 1

AllocateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected