Package edu.wpi.cs.dsrg.xmldb.xat.common.operator.sqloperator

Interface Summary
CartesianProduct The CartesianProduct interface.
Difference The Difference interface.
Distinct The Distinct interface.
GroupBy It will create groups for each unique value of the groupby columns.
Intersection The Intersection interface.
Join The Join interface.
LeftOuterJoin The LeftOuterJoin interface.
LeftSemiJoin The LeftSemiJoin interface.
OrderBy The OrderBy interface.
OuterUnion The OuterUnion interface.
Project The Project interface.
RightOuterJoin The RightOuterJoin interface.
RightSemiJoin The RightSemiJoin interface.
Select The Select interface.
SQLOperator The SQLOperator interface.
ThetaJoin The ThetaJoin interface.
Union The Union interface.
 

Class Summary
CartesianProductImp Creates a CartesianProduct node.
DifferenceImp Implementation for the Difference interface.
DistinctImp Implementation for the Distinct interface.
GroupByImp Implementation for the GroupBy interface.
IntersectionImp Implementation for the Intersection interface.
JoinImp Implementation for the Join interface.
LeftOuterJoinImp Implementation for the LeftOuterJoin interface.
LeftSemiJoinImp Implementation for the LeftSemiJoin interface.
OrderByImp Implementation for the OrderBy interface.
OuterUnionImp Implementation for the OuterUnion interface.
ProjectImp Implementation for the Project interface.
RightOuterJoinImp Implementation for the RightOuterJoin interface.
RightSemiJoinImp Implementation for the RightSemiJoin interface.
SelectImp Implementation for the Select interface.
ThetaJoinImp The ThetaJoin interface.
UnionImp Implementation for the Union interface.