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

Function Array__as_vector

r/src/array_to_vector.cpp:1401–1403  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

1399
1400// [[arrow::export]]
1401SEXP Array__as_vector(const std::shared_ptr<arrow::Array>& array) {
1402 return arrow::r::Converter::Convert(array);
1403}
1404
1405// [[arrow::export]]
1406SEXP ChunkedArray__as_vector(const std::shared_ptr<arrow::ChunkedArray>& chunked_array,

Callers 2

MakeMethod · 0.85
_arrow_Array__as_vectorFunction · 0.85

Calls 1

ConvertFunction · 0.50

Tested by

no test coverage detected