Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1142
def
write_file(batch, sink):
1143
with
pa.ipc.new_file(sink, batch.schema)
as
writer:
1144
writer.write_batch(batch)
1145
1146
1147
def
read_file(source):
Callers
2
test_ipc_file_stream_has_eos
Function · 0.85
test_ipc_zero_copy_numpy
Function · 0.85
Calls
1
write_batch
Method · 0.80
Tested by
no test coverage detected