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

Method scanner

python/pyarrow/tests/test_dataset.py:317–319  ·  view source on GitHub ↗
(self, dataset, **kwargs)

Source from the content-addressed store, hash-verified

315 return dataset.to_batches(**kwargs)
316
317 def scanner(self, dataset, **kwargs):
318 self._patch_kwargs(kwargs)
319 return dataset.scanner(**kwargs)
320
321 def head(self, dataset, num_rows, **kwargs):
322 self._patch_kwargs(kwargs)

Callers 10

write_datasetFunction · 0.80
test_datasetFunction · 0.80
test_scannerFunction · 0.80
test_filesystem_factoryFunction · 0.80
test_write_scannerFunction · 0.80
test_dataset_filterFunction · 0.80

Calls 1

_patch_kwargsMethod · 0.95

Tested by

no test coverage detected