examine function-derived attributes
Ouverte
- Langage dominant
- Haskell
- Étoiles
- 952
- Forks
- 50
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
I wonder if SQL-style views could be superseded by function-based attributes. I imagine the function signature would look something like this:
```haskell
f :: RelationTuple -> Atom
```
where the tuple is the current tuple context to be used for deriving new attributes. This could also be used with grouping for
This would allow derived columns to be conveniently attached to relations without incurring a storage cost.
I need to investigate if such a feature would break any of the laws involving data independence or constraints.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.