Interface NullaryPhysicalOp

All Superinterfaces:
PhysicalOperator
All Known Subinterfaces:
NullaryPhysicalOpForLogicalOp
All Known Implementing Classes:
PhysicalOpRequest

public interface NullaryPhysicalOp extends PhysicalOperator
An interface for any type of PhysicalOperator whose algorithm does not consume any input (but produces a sequence of solution mappings as output).