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

Function _arrow_RecordBatch__num_rows

r/src/arrowExports.cpp:4727–4732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4725// recordbatch.cpp
4726r_vec_size RecordBatch__num_rows(const std::shared_ptr<arrow::RecordBatch>& x);
4727extern "C" SEXP _arrow_RecordBatch__num_rows(SEXP x_sexp){
4728BEGIN_CPP11
4729 arrow::r::Input<const std::shared_ptr<arrow::RecordBatch>&>::type x(x_sexp);
4730 return cpp11::as_sexp(RecordBatch__num_rows(x));
4731END_CPP11
4732}
4733// recordbatch.cpp
4734std::shared_ptr<arrow::Schema> RecordBatch__schema(const std::shared_ptr<arrow::RecordBatch>& x);
4735extern "C" SEXP _arrow_RecordBatch__schema(SEXP x_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85
RecordBatch__num_rowsFunction · 0.85

Tested by

no test coverage detected