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

Function test_memory_map_reader

python/pyarrow/tests/test_io.py:1124–1126  ·  view source on GitHub ↗
(sample_disk_data)

Source from the content-addressed store, hash-verified

1122
1123
1124def test_memory_map_reader(sample_disk_data):
1125 _check_native_file_reader(pa.memory_map, sample_disk_data,
1126 allow_read_out_of_bounds=False)
1127
1128
1129def test_memory_map_retain_buffer_reference(sample_disk_data):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected