Class | Description |
---|---|
Projection |
A table projection, i.e.
|
Relation |
A tabular data structure like a table in a relational database, but not formally implementing the relational algebra
|
RollingColumn |
Does a calculation on a rolling basis (e.g.
|
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
|
Copyright © 2017. All rights reserved.