libzarr
Header-only C++17 Zarr v2/v3, WASM-compatible
Loading...
Searching...
No Matches
Public Attributes | List of all members
zarr::shard::Extent Struct Reference

#include <sharding.hpp>

Public Attributes

std::uint64_t offset = 0
 Byte offset of the chunk within the shard object.
 
std::uint64_t nbytes = 0
 Encoded byte length of the chunk.
 
bool missing = false
 True if the chunk is all-fill (not stored); offset/nbytes are unset.
 

Detailed Description

A chunk's byte extent within its shard object, decoded from the index bytes (shard::extent).


The documentation for this struct was generated from the following file: