Class PhysicalOpSymmetricHashJoin

All Implemented Interfaces:
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.