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

Function _arrow_RecordBatch__num_rows

r/src/arrowExports.cpp:4770–4775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4768// recordbatch.cpp
4769r_vec_size RecordBatch__num_rows(const std::shared_ptr<arrow::RecordBatch>& x);
4770extern "C" SEXP _arrow_RecordBatch__num_rows(SEXP x_sexp){
4771BEGIN_CPP11
4772 arrow::r::Input<const std::shared_ptr<arrow::RecordBatch>&>::type x(x_sexp);
4773 return cpp11::as_sexp(RecordBatch__num_rows(x));
4774END_CPP11
4775}
4776// recordbatch.cpp
4777std::shared_ptr<arrow::Schema> RecordBatch__schema(const std::shared_ptr<arrow::RecordBatch>& x);
4778extern "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