Module: Relation

Relation provides the definitions of basic operators of relational algebra like *selection*, *projection*, *union*, *difference* etc. It is extended by DataModel to inherit the functionalities of relational algebra concept. Its not recommended to instantiate this class and use it.
Source: