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

Function write_file

python/pyarrow/tests/test_ipc.py:1142–1144  ·  view source on GitHub ↗
(batch, sink)

Source from the content-addressed store, hash-verified

1140
1141
1142def write_file(batch, sink):
1143 with pa.ipc.new_file(sink, batch.schema) as writer:
1144 writer.write_batch(batch)
1145
1146
1147def read_file(source):

Callers 2

test_ipc_zero_copy_numpyFunction · 0.85

Calls 1

write_batchMethod · 0.80

Tested by

no test coverage detected