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

Function dataset___Scanner__CountRows

r/src/dataset.cpp:543–545  ·  view source on GitHub ↗

[[dataset::export]]

Source from the content-addressed store, hash-verified

541
542// [[dataset::export]]
543r_vec_size dataset___Scanner__CountRows(const std::shared_ptr<ds::Scanner>& scanner) {
544 return r_vec_size(ValueOrStop(scanner->CountRows()));
545}
546
547#endif

Callers 1

Calls 3

r_vec_sizeClass · 0.85
ValueOrStopFunction · 0.85
CountRowsMethod · 0.45

Tested by

no test coverage detected