Skip to main content

blob_path

Function blob_path 

Source
pub fn blob_path(base: &Path, data_file_key: &str, blob_id: u32) -> Path
Expand description

Format a blob sidecar path for a data file.

Layout: <base>/<data_file_key>/<blob_id>.blob

  • base is typically the dataset’s data directory.
  • data_file_key is the stem of the data file (without extension).
  • blob_id is the hex-encoded identifier assigned during write.