Interface NullaryPhysicalOpForLogicalOp

All Superinterfaces:
NullaryPhysicalOp, PhysicalOperator, PhysicalOperatorForLogicalOperator, QueryPlanOperator
All Known Implementing Classes:
PhysicalOpFixedSolMap, PhysicalOpRequest

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