Don't store temporal data in expression annotations
Open
area-query
area-temporal-tables
- Dominant language
- C#
- Stars
- 14.8k
- Forks
- 3.4k
- PR merge metrics
- PR metrics pending
Description
Most annotation are type-specific and it would be incorrect to copy all of them from one type to another.
Instead, we need to create a separate mechanism that is only used for flowing data between expression types. It would be an `ImmutableDictionary` and could be stored in an annotation.
Contributor guide
Assessment
This issue has not been assessed yet.