(sample_disk_data)
| 1122 | |
| 1123 | |
| 1124 | def 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 | |
| 1129 | def test_memory_map_retain_buffer_reference(sample_disk_data): |
nothing calls this directly
no test coverage detected