Document the Temporal/TSpatial inherited-surface map#1412
Merged
estebanzimanyi merged 1 commit intoJul 15, 2026
Merged
Conversation
Add tools/codegen/inherited/INHERITANCE_MAP.md, a design note mapping the surface that every temporal subtype inherits from the abstract classes Temporal, TNumber, TAlpha, TSpatial, TGeo, TPoint and Tcell, organised by the reference-manual XML section structure that governs family file numbering. For each inherited behaviour the document records whether the canonical generator (tools/codegen/inherited/) emits it today or it is still hand-maintained: a section-by-section table per class chapter, a per-family gap table with the live SQL file numbers, and a roadmap. It also diffs the class hierarchy against the one the MEOS-API catalog derives, listing the types the MEOS-API object model omits. Every catalog reference is cited to live source so the map can be re-verified.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
tools/codegen/inherited/INHERITANCE_MAP.md, a design note that maps the surface every temporal subtype inherits from the abstract classesTemporal,TNumber,TAlpha,TSpatial,TGeo,TPointandTcell, organised by the reference-manual XML section structure that governs family SQL-file numbering.For each inherited behaviour the document records whether the canonical generator (
tools/codegen/inherited/) emits it today or it is still hand-maintained:temporal_types_p1/p2,temporal_spatial_p1/p2, aggregation/analytics),.in.sqlfiles are generated vs hand),Tcell<T>(tcellindex_type) descriptor-factored intermediate and its migration gap,Every catalog reference is cited to live source so the map can be re-verified. Documentation only; no code or SQL changes.