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

Function test_export_import_batch

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

Source from the content-addressed store, hash-verified

405
406@needs_cffi
407def test_export_import_batch():
408 check_export_import_batch(
409 "ArrowArray",
410 pa.RecordBatch._export_to_c,
411 pa.RecordBatch._import_from_c,
412 make_batch,
413 )
414
415
416@needs_cffi

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected