Interface UnaryPhysicalOp

All Superinterfaces:
PhysicalOperator, QueryPlanOperator
All Known Subinterfaces:
UnaryPhysicalOpForLogicalOp
All Known Implementing Classes:
BaseForPhysicalOpSingleInputJoin, PhysicalOpBind, PhysicalOpBindJoinBRTPF, PhysicalOpBindJoinSPARQL, PhysicalOpFilter, PhysicalOpGlobalToLocal, PhysicalOpIndexNestedLoopsJoin, PhysicalOpLocalToGlobal, PhysicalOpLookupJoinViaWrapper, PhysicalOpParallelMultiLeftJoin, PhysicalOpUnfold

public interface UnaryPhysicalOp extends PhysicalOperator
An interface for any type of PhysicalOperator whose algorithm consumes a single sequence of solution mappings as input.