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

Function test_file_write_table

python/pyarrow/tests/test_ipc.py:171–172  ·  view source on GitHub ↗
(file_fixture)

Source from the content-addressed store, hash-verified

169
170
171def test_file_write_table(file_fixture):
172 file_fixture._check_roundtrip(as_table=True)
173
174
175@pytest.mark.parametrize("sink_factory", [

Callers

nothing calls this directly

Calls 1

_check_roundtripMethod · 0.80

Tested by

no test coverage detected