Interface UnaryPhysicalOp

All Superinterfaces:
PhysicalOperator
All Known Subinterfaces:
UnaryPhysicalOpForLogicalOp
All Known Implementing Classes:
BaseForPhysicalOpSingleInputJoin, PhysicalOpBindJoin, PhysicalOpBindJoinWithFILTER, PhysicalOpBindJoinWithUNION, PhysicalOpBindJoinWithVALUES, PhysicalOpFilter, PhysicalOpGlobalToLocal, PhysicalOpIndexNestedLoopsJoin, PhysicalOpLocalToGlobal, PhysicalOpParallelMultiLeftJoin

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