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

Function test_fields_heap

python/pyarrow/tests/test_gdb.py:464–466  ·  view source on GitHub ↗
(gdb_arrow)

Source from the content-addressed store, hash-verified

462
463
464def test_fields_heap(gdb_arrow):
465 check_heap_repr(gdb_arrow, "heap_int_field",
466 'arrow::field("ints", arrow::int64())')
467
468
469def test_scalars_stack(gdb_arrow):

Callers

nothing calls this directly

Calls 1

check_heap_reprFunction · 0.85

Tested by

no test coverage detected