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

Function _arrow_ChunkedArray__chunks

r/src/arrowExports.cpp:786–791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784// chunkedarray.cpp
785cpp11::list ChunkedArray__chunks(const std::shared_ptr<arrow::ChunkedArray>& chunked_array);
786extern "C" SEXP _arrow_ChunkedArray__chunks(SEXP chunked_array_sexp){
787BEGIN_CPP11
788 arrow::r::Input<const std::shared_ptr<arrow::ChunkedArray>&>::type chunked_array(chunked_array_sexp);
789 return cpp11::as_sexp(ChunkedArray__chunks(chunked_array));
790END_CPP11
791}
792// chunkedarray.cpp
793std::shared_ptr<arrow::DataType> ChunkedArray__type(const std::shared_ptr<arrow::ChunkedArray>& chunked_array);
794extern "C" SEXP _arrow_ChunkedArray__type(SEXP chunked_array_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85
ChunkedArray__chunksFunction · 0.85

Tested by

no test coverage detected