| Interface | Description |
|---|---|
| Relation |
A tabular data structure like a table in a relational database, but not formally implementing the relational algebra
|
| Class | Description |
|---|---|
| Projection |
A table projection, i.e.
|
| Rows |
A static utility class for row operations
|
| SubTable |
A specialization of the standard Relation used for tables formed by grouping operations on a Relation
|
| TableGroup |
A group of tables formed by performing splitting operations on an original table
|
| TemporaryView |
A TemporaryView is a facade around a Relation that acts as a filtering.
|
| ViewGroup |
A group of tables formed by performing splitting operations on an original table
|
| ViewGroupTest |