Expand description
Core property-layer data model, error type, and shared validation helpers.
Holds the domain newtypes/enums, the Arrow-backed layer types, the
identity-mode snapshot records, the concrete PropertyError enum, the
snapshot tag codecs for those enums, and the layer-construction validation
helpers shared across the crate.
Structs§
- Identity
Mode Record - Wire record declaring one identity family map mode.
- Identity
Mode Summary - Decoded identity mode summary.
- Identity
Snapshot Summary - Summary returned after identity snapshot validation.
- LayerId
- Stable numeric identifier for one property layer.
- Layer
Name - Human-facing property layer name.
- Property
Layer - Arrow-backed property layer.
- Property
Layer Descriptor - Descriptor for one Arrow-backed property layer.
Enums§
- IdFamily
- Topology ID family keyed by a property layer.
- Identity
MapMode - Identity snapshot map mode.
- Layer
Role - Declared role of a property layer.
- Missing
Policy - Missing-value policy for sparse property layers.
- Property
Error - Errors raised while validating property descriptors, layers, or snapshots.
- Property
Layer Data - Data backing one property layer.
- Storage
Mode - Physical storage mode for a property layer.