Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
126
class
MessageFixture(IpcFixture):
127
128
def
_get_writer(self, sink, schema):
129
return
pa.RecordBatchStreamWriter(sink, schema)
130
131
132
@pytest.fixture
Callers
6
write_batches
Method · 0.45
test_stream_categorical_roundtrip
Function · 0.45
test_stream_write_dispatch
Function · 0.45
test_stream_write_table_batches
Function · 0.45
test_read_options_included_fields
Function · 0.45
write_batches
Function · 0.45
Calls
1
RecordBatchStreamWriter
Method · 0.80
Tested by
no test coverage detected