Class BaseForPhysicalOpSingleInputJoin

java.lang.Object
se.liu.ida.hefquin.engine.queryplan.physical.impl.BaseForPhysicalOpSingleInputJoin
All Implemented Interfaces:
QueryPlanOperator, PhysicalOperator, PhysicalOperatorForLogicalOperator, UnaryPhysicalOp, UnaryPhysicalOpForLogicalOp
Direct Known Subclasses:
PhysicalOpBindJoinBRTPF, PhysicalOpBindJoinSPARQL, PhysicalOpIndexNestedLoopsJoin, PhysicalOpLookupJoinViaWrapper

public abstract class BaseForPhysicalOpSingleInputJoin extends Object implements UnaryPhysicalOpForLogicalOp
Base class for physical operators that implement some form of a join algorithm that consumes only one input and produces the other input as part of the algorithm itself.