segment_path: Get the path or name of a segment

View source: R/segment.R

segment_pathR Documentation

Get the path or name of a segment

Description

Get the path or name of a segment

Usage

segment_path(x)

Arguments

x

A shard_segment object

Value

The path string, or NULL for anonymous segments.

Examples


seg <- segment_create(1024, backing = "mmap")
segment_path(seg)
segment_close(seg)


shard documentation built on April 3, 2026, 9:08 a.m.