pyarrow.memory_mapยถ
- pyarrow.memory_map(path, mode='r')ยถ
Open memory map at file path. Size of the memory map cannot change.
- Parameters:
- path
str
- mode{โrโ, โr+โ, โwโ}, default โrโ
Whether the file is opened for reading (โrโ), writing (โwโ) or both (โr+โ).
- path
- Returns:
- mmap
MemoryMappedFile
- mmap