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:384–391  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

382
383@needs_cffi
384def test_export_import_batch_with_extension():
385 with registered_extension_type(ParamExtType(1)):
386 check_export_import_batch(
387 "ArrowArray",
388 pa.RecordBatch._export_to_c,
389 pa.RecordBatch._import_from_c,
390 make_extension_batch,
391 )
392
393
394@needs_cffi

Callers

nothing calls this directly

Calls 3

ParamExtTypeClass · 0.70

Tested by

no test coverage detected