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

Function test_chunked_array

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

Source from the content-addressed store, hash-verified

1018
1019
1020def 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
1028def test_record_batch(gdb_arrow):

Callers

nothing calls this directly

Calls 1

check_stack_reprFunction · 0.85

Tested by

no test coverage detected