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

Function test_fields_stack

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

Source from the content-addressed store, hash-verified

454
455
456def test_fields_stack(gdb_arrow):
457 check_stack_repr(gdb_arrow, "int_field",
458 'arrow::field("ints", arrow::int64())')
459 check_stack_repr(
460 gdb_arrow, "float_field",
461 'arrow::field("floats", arrow::float32(), nullable=false)')
462
463
464def test_fields_heap(gdb_arrow):

Callers

nothing calls this directly

Calls 1

check_stack_reprFunction · 0.85

Tested by

no test coverage detected