mmap_create function

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

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

mmap_create(path, size)

Arguments

  • path: file path
  • size: size in bytes

Returns

a arrow::io::MemoryMappedFile

  • Maintainer: Jonathan Keane
  • License: Apache License (>= 2.0)
  • Last published: 2025-02-26