Interface UnaryPhysicalOpForLogicalOp

All Superinterfaces:
PhysicalOperator, PhysicalOperatorForLogicalOperator, QueryPlanOperator, UnaryPhysicalOp
All Known Implementing Classes:
BaseForPhysicalOpSingleInputJoin, PhysicalOpBind, PhysicalOpBindJoinBRTPF, PhysicalOpBindJoinSPARQL, PhysicalOpFilter, PhysicalOpGlobalToLocal, PhysicalOpIndexNestedLoopsJoin, PhysicalOpLocalToGlobal, PhysicalOpLookupJoinViaWrapper, PhysicalOpUnfold

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