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

Function test_export_import_batch_with_extension

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

Source from the content-addressed store, hash-verified

415
416@needs_cffi
417def test_export_import_batch_with_extension():
418 with registered_extension_type(ParamExtType(1)):
419 check_export_import_batch(
420 "ArrowArray",
421 pa.RecordBatch._export_to_c,
422 pa.RecordBatch._import_from_c,
423 make_extension_batch,
424 )
425
426
427@needs_cffi

Callers

nothing calls this directly

Calls 3

ParamExtTypeClass · 0.70

Tested by

no test coverage detected