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

Function test_export_import_batch

python/pyarrow/tests/test_cffi.py:374–380  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

372
373@needs_cffi
374def test_export_import_batch():
375 check_export_import_batch(
376 "ArrowArray",
377 pa.RecordBatch._export_to_c,
378 pa.RecordBatch._import_from_c,
379 make_batch,
380 )
381
382
383@needs_cffi

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected