agentm / agentm/project-m36

examine function-derived attributes

Ouverte
#247 3 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
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.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.