dkubb / axiom

Simplifies querying of structured data using relational algebra
https://github.com/dkubb/axiom
MIT License
459 stars 22 forks source link

Add nested relations #40

Closed dkubb closed 10 years ago

dkubb commented 10 years ago

This branch will add support for nested relations. It will add #nest and #unnest operators to Axiom::Relation. It should add an Axiom::Relation attribute type. It should also propagate materialization, insertion and deletion across nested relations.

dkubb commented 10 years ago

I will need to consider #wrap and #unwrap for the future too.

EDIT: These are for nested tuples, not nested relations like nest/unnest.