()
| 405 | |
| 406 | @needs_cffi |
| 407 | def 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 |
nothing calls this directly
no test coverage detected