()
| 372 | |
| 373 | @needs_cffi |
| 374 | def 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 |
nothing calls this directly
no test coverage detected