FileBacked
class FileBacked(val path: String, val fileOffset: Long, val sizeInBytes: Long) : BufferHandle(source)
Memory-mapped file region. Immutable from the runtime's perspective (the OS manages paging and eviction).
Memory-mapped file region. Immutable from the runtime's perspective (the OS manages paging and eviction).