Interface UnaryPhysicalOpForLogicalOp

All Superinterfaces:
PhysicalOperator, PhysicalOperatorForLogicalOperator, UnaryPhysicalOp
All Known Implementing Classes:
BaseForPhysicalOpSingleInputJoin, PhysicalOpBind, PhysicalOpBindJoin, PhysicalOpBindJoinWithFILTER, PhysicalOpBindJoinWithUNION, PhysicalOpBindJoinWithVALUES, PhysicalOpBindJoinWithVALUESorFILTER, PhysicalOpFilter, PhysicalOpGlobalToLocal, PhysicalOpIndexNestedLoopsJoin, PhysicalOpLocalToGlobal

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.