MCPcopy 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_scannerFunction · 0.80
test_count_rowsFunction · 0.80
test_orc_formatFunction · 0.80

Calls 1

_patch_kwargsMethod · 0.95

Tested by

no test coverage detected