edu.wpi.cs.dsrg.xmldb.xat.common.operator.sqloperator
Interface CartesianProduct
- All Known Subinterfaces:
- Join, LeftOuterJoin, LeftSemiJoin, RightOuterJoin, RightSemiJoin, ThetaJoin
- All Known Implementing Classes:
- CartesianProductImp
- public interface CartesianProduct
- extends SQLOperator, XATMultiSourceOperator
The CartesianProduct interface.
- Since:
- 1.0
getLeft
public XATTable getLeft()
- Returns the left XAT table
- Returns:
- the left XATTable.
- Since:
- 1.0
getRight
public XATTable getRight()
- Returns the right XAT table
- Returns:
- the right XATTable.
- Since:
- 1.0