Returns the path or name of the buffer's underlying segment. Use this to pass buffer location to workers.
Examples
# \donttest{
buf <- buffer("double", dim = 10)
buffer_path(buf)
#> [1] "/tmp/shard_7143_1774903629_1774903641"
buffer_close(buf)
# }
Returns the path or name of the buffer's underlying segment. Use this to pass buffer location to workers.
# \donttest{
buf <- buffer("double", dim = 10)
buffer_path(buf)
#> [1] "/tmp/shard_7143_1774903629_1774903641"
buffer_close(buf)
# }