interface |
AggregationNode
Combines GROUP BY and a projection
See IntermediateQueryFactory for creating a new instance.
|
interface |
ConstructionNode
|
interface |
EmptyNode
Temporary QueryNode that says that replace a non-satisfied sub-tree.
|
interface |
ExtendedProjectionNode
Common abstraction for ConstructionNode and AggregationNode
|
interface |
ExtensionalDataNode
TODO: explain
|
interface |
IntensionalDataNode
TODO: explain
TODO: find a better name
See IntermediateQueryFactory for creating a new instance.
|
interface |
NativeNode
|
interface |
TrueNode
|
interface |
UnionNode
All its children are expected to project its projected variables
See IntermediateQueryFactory for creating a new instance.
|