Function polars_io::mmap::try_create_file
source ยท pub fn try_create_file(path: &Path) -> PolarsResult<File>
Expand description
Open a file to get write access. This will check if the file is currently registered as memory mapped.