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

Function RecordBatch__num_rows

r/src/recordbatch.cpp:35–37  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

33
34// [[arrow::export]]
35r_vec_size RecordBatch__num_rows(const std::shared_ptr<arrow::RecordBatch>& x) {
36 return r_vec_size(x->num_rows());
37}
38
39// [[arrow::export]]
40std::shared_ptr<arrow::Schema> RecordBatch__schema(

Callers 1

Calls 2

r_vec_sizeClass · 0.85
num_rowsMethod · 0.45

Tested by

no test coverage detected