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

Method _get_writer

python/pyarrow/tests/test_ipc.py:128–129  ·  view source on GitHub ↗
(self, sink, schema)

Source from the content-addressed store, hash-verified

126class MessageFixture(IpcFixture):
127
128 def _get_writer(self, sink, schema):
129 return pa.RecordBatchStreamWriter(sink, schema)
130
131
132@pytest.fixture

Callers 6

write_batchesMethod · 0.45
write_batchesFunction · 0.45

Calls 1

Tested by

no test coverage detected