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

Function test_memory_map_reader

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected