Class PhysicalOpSymmetricHashJoin

java.lang.Object
se.liu.ida.hefquin.engine.queryplan.physical.impl.BaseForPhysicalOpBinaryJoin
se.liu.ida.hefquin.engine.queryplan.physical.impl.PhysicalOpSymmetricHashJoin
All Implemented Interfaces:
QueryPlanOperator, BinaryPhysicalOp, BinaryPhysicalOpForLogicalOp, PhysicalOperator, PhysicalOperatorForLogicalOperator

public class PhysicalOpSymmetricHashJoin extends BaseForPhysicalOpBinaryJoin
A physical operator that implements the symmetric hash join algorithm to perform an inner join of two sequences of input solution mappings (produced by the two sub-plans under this operator). For a more detailed description of the algorithm, refer to ExecOpSymmetricHashJoin, which provides the implementation of this algorithm.