Interface BinaryPhysicalOp

All Superinterfaces:
PhysicalOperator
All Known Subinterfaces:
BinaryPhysicalOpForLogicalOp
All Known Implementing Classes:
BaseForPhysicalOpBinaryJoin, PhysicalOpBinaryUnion, PhysicalOpHashJoin, PhysicalOpHashRJoin, PhysicalOpNaiveNestedLoopsJoin, PhysicalOpSymmetricHashJoin

public interface BinaryPhysicalOp extends PhysicalOperator
An interface for any type of PhysicalOperator whose algorithm consumes two sequences of solution mappings as input.