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

Function read_multiple_files

python/pyarrow/tests/parquet/test_dataset.py:662–664  ·  view source on GitHub ↗
(paths, columns=None, use_threads=True, **kwargs)

Source from the content-addressed store, hash-verified

660 (dirpath / '_SUCCESS.crc').touch()
661
662 def read_multiple_files(paths, columns=None, use_threads=True, **kwargs):
663 dataset = pq.ParquetDataset(paths, **kwargs)
664 return dataset.read(columns=columns, use_threads=use_threads)
665
666 result = read_multiple_files(paths)
667 expected = pa.concat_tables(test_data)

Callers 1

test_read_multiple_filesFunction · 0.85

Calls 1

readMethod · 0.95

Tested by

no test coverage detected