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

Function Array__as_vector

r/src/array_to_vector.cpp:1423–1425  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

1421
1422// [[arrow::export]]
1423SEXP Array__as_vector(const std::shared_ptr<arrow::Array>& array) {
1424 return arrow::r::Converter::Convert(array);
1425}
1426
1427// [[arrow::export]]
1428SEXP 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