mmap_create: Create a new read/write memory mapped file of a given size

View source: R/io.R

mmap_createR Documentation

Create a new read/write memory mapped file of a given size

Description

Create a new read/write memory mapped file of a given size

Usage

mmap_create(path, size)

Arguments

path

file path

size

size in bytes

Value

a arrow::io::MemoryMappedFile


arrow documentation built on Nov. 25, 2023, 1:09 a.m.