PatchCoordRow

class of dascore.io.index.schema
inherits from: tuple
source

PatchCoordRow(
    patch_id: int ,
    coord_name: str ,
    coord_dims: str ,
    coord_def_id: int ,
)

A row of the patch_coords table.

Links a patch to its coord defs; the name and dims are patch-level semantics (two patches can share values under different names).