Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ count_rows
Method
count_rows
python/pyarrow/tests/test_dataset.py:329–331 ·
view source on GitHub ↗
(self, dataset, **kwargs)
Source
from the content-addressed store, hash-verified
327
return
dataset.take(indices, **kwargs)
328
329
def
count_rows(self, dataset, **kwargs):
330
self._patch_kwargs(kwargs)
331
return
dataset.count_rows(**kwargs)
332
333
return
reader()
334
Callers
3
test_scanner
Function · 0.80
test_count_rows
Function · 0.80
test_orc_format
Function · 0.80
Calls
1
_patch_kwargs
Method · 0.95
Tested by
no test coverage detected