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

Method to_table

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

Source from the content-addressed store, hash-verified

307 kwargs['use_threads'] = use_threads
308
309 def to_table(self, dataset, **kwargs):
310 self._patch_kwargs(kwargs)
311 return dataset.to_table(**kwargs)
312
313 def to_batches(self, dataset, **kwargs):
314 self._patch_kwargs(kwargs)

Callers 15

test_file_systemMethod · 0.45
test_file_system_uriMethod · 0.45
test_directoryMethod · 0.45
test_schemaMethod · 0.45
test_to_tableMethod · 0.45
test_read_writeMethod · 0.45
test_filterMethod · 0.45
_perform_joinFunction · 0.45
_perform_join_asofFunction · 0.45
_filter_tableFunction · 0.45

Calls 1

_patch_kwargsMethod · 0.95

Tested by

no test coverage detected