Expand description
RuntimeCatalog — auto-growing registry of observed entity types,
relation types, and property names for GraphForge’s progressive ontology model.
In exploratory and advisory modes the binder delegates unknown label/type
resolution here. The catalog auto-assigns integer IDs and records observations
so that cross-session stability is achieved by persisting to
topology/runtime_catalog.parquet.
Structs§
- Runtime
Catalog - Auto-growing registry of observed entity types, relation types, and property names.
- Runtime
Prop Id - Identifies a property discovered at runtime (not formally declared in an ontology).
- Runtime
Type Id - Identifies an entity or relation type discovered at runtime.
Statics§
- RUNTIME_
CATALOG_ SCHEMA - Arrow schema for
topology/runtime_catalog.parquet.
Functions§
- runtime_
relation_ type_ id - Encode one runtime-catalog relation ID in the plan TypeId space.