Interface BinaryPhysicalOpForLogicalOp

All Superinterfaces:
BinaryPhysicalOp, PhysicalOperator, PhysicalOperatorForLogicalOperator
All Known Implementing Classes:
BaseForPhysicalOpBinaryJoin, PhysicalOpBinaryUnion, PhysicalOpHashJoin, PhysicalOpHashRJoin, PhysicalOpNaiveNestedLoopsJoin, PhysicalOpSymmetricHashJoin

public interface BinaryPhysicalOpForLogicalOp extends PhysicalOperatorForLogicalOperator, BinaryPhysicalOp
An interface for any type of PhysicalOperator that directly implements a particular logical operator that has an arity of two. That logical operator can be accessed via the getLogicalOperator() function.