(gdb_arrow)
| 454 | |
| 455 | |
| 456 | def 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 | |
| 464 | def test_fields_heap(gdb_arrow): |
nothing calls this directly
no test coverage detected