pyarrow.create_memory_map

pyarrow.create_memory_map(path, size)

Create a file of the given size and memory-map it.

Parameters:
pathstr

The file path to create, on the local filesystem.

sizeint

The file size to create.

Returns:
mmapMemoryMappedFile