Class BaseForPhysicalOpSingleInputJoin

java.lang.Object
se.liu.ida.hefquin.engine.queryplan.physical.impl.BaseForPhysicalOps
se.liu.ida.hefquin.engine.queryplan.physical.impl.BaseForPhysicalOpSingleInputJoin
All Implemented Interfaces:
PhysicalOperator, PhysicalOperatorForLogicalOperator, UnaryPhysicalOp, UnaryPhysicalOpForLogicalOp
Direct Known Subclasses:
PhysicalOpBindJoin, PhysicalOpBindJoinWithFILTER, PhysicalOpBindJoinWithUNION, PhysicalOpBindJoinWithVALUES, PhysicalOpIndexNestedLoopsJoin

public abstract class BaseForPhysicalOpSingleInputJoin extends BaseForPhysicalOps 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.