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

Method to_batches

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

Source from the content-addressed store, hash-verified

311 return dataset.to_table(**kwargs)
312
313 def to_batches(self, dataset, **kwargs):
314 self._patch_kwargs(kwargs)
315 return dataset.to_batches(**kwargs)
316
317 def scanner(self, dataset, **kwargs):
318 self._patch_kwargs(kwargs)

Callers 15

_filter_tableFunction · 0.80
test_tableFunction · 0.80
test_filterFunction · 0.80
test_in_exprFunction · 0.80
test_in_expr_todoFunction · 0.80
test_booleanFunction · 0.80
test_regexFunction · 0.80
test_filter_projectFunction · 0.80
test_table_to_batchesFunction · 0.80
test_table_group_byFunction · 0.80
test_table_non_cpuFunction · 0.80
test_one_chunkMethod · 0.80

Calls 1

_patch_kwargsMethod · 0.95

Tested by

no test coverage detected