(gdb_arrow)
| 1018 | |
| 1019 | |
| 1020 | def test_chunked_array(gdb_arrow): |
| 1021 | check_stack_repr( |
| 1022 | gdb_arrow, "chunked_array", |
| 1023 | ("arrow::ChunkedArray of type arrow::int32(), length 5, null count 1 " |
| 1024 | "with 2 chunks = {[0] = length 2, offset 0, null count 0, " |
| 1025 | "[1] = length 3, offset 0, null count 1}")) |
| 1026 | |
| 1027 | |
| 1028 | def test_record_batch(gdb_arrow): |
nothing calls this directly
no test coverage detected