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

Function test_array_data

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

Source from the content-addressed store, hash-verified

750
751
752def test_array_data(gdb_arrow):
753 check_stack_repr(
754 gdb_arrow, "int32_array_data",
755 ("arrow::ArrayData of type arrow::int32(), length 4, offset 0, "
756 "null count 1 = {[0] = -5, [1] = 6, [2] = null, [3] = 42}"))
757
758
759def test_arrays_stack(gdb_arrow):

Callers

nothing calls this directly

Calls 1

check_stack_reprFunction · 0.85

Tested by

no test coverage detected