(gdb_arrow)
| 750 | |
| 751 | |
| 752 | def 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 | |
| 759 | def test_arrays_stack(gdb_arrow): |
nothing calls this directly
no test coverage detected