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

Function read_file

python/pyarrow/tests/test_ipc.py:1147–1149  ·  view source on GitHub ↗
(source)

Source from the content-addressed store, hash-verified

1145
1146
1147def read_file(source):
1148 with pa.ipc.open_file(source) as reader:
1149 return [reader.get_batch(i) for i in range(reader.num_record_batches)]
1150
1151
1152def test_write_empty_ipc_file():

Callers 4

test_copy_fileMethod · 0.85
test_ipc_zero_copy_numpyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected