Allocates a columnar table output: one typed buffer per column, each of
length nrow. Intended for lock-free disjoint row-range writes in shard_map.
Usage
table_buffer(schema, nrow, backing = c("auto", "mmap", "shm"))Allocates a columnar table output: one typed buffer per column, each of
length nrow. Intended for lock-free disjoint row-range writes in shard_map.
table_buffer(schema, nrow, backing = c("auto", "mmap", "shm"))