Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
543
r_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
_arrow_dataset___Scanner__CountRows
Function · 0.85
Calls
3
r_vec_size
Class · 0.85
ValueOrStop
Function · 0.85
CountRows
Method · 0.45
Tested by
no test coverage detected