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

Function _arrow_Table__ReferencedBufferSize

r/src/arrowExports.cpp:5576–5581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5574// table.cpp
5575r_vec_size Table__ReferencedBufferSize(const std::shared_ptr<arrow::Table>& table);
5576extern "C" SEXP _arrow_Table__ReferencedBufferSize(SEXP table_sexp){
5577BEGIN_CPP11
5578 arrow::r::Input<const std::shared_ptr<arrow::Table>&>::type table(table_sexp);
5579 return cpp11::as_sexp(Table__ReferencedBufferSize(table));
5580END_CPP11
5581}
5582// table.cpp
5583std::shared_ptr<arrow::Table> Table__ConcatenateTables(const std::vector<std::shared_ptr<arrow::Table>>& tables, bool unify_schemas);
5584extern "C" SEXP _arrow_Table__ConcatenateTables(SEXP tables_sexp, SEXP unify_schemas_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected