Interface NaryPhysicalOp

All Superinterfaces:
PhysicalOperator
All Known Subinterfaces:
NaryPhysicalOpForLogicalOp
All Known Implementing Classes:
BaseForPhysicalOpMultiwayJoin, BaseForPhysicalOpMultiwayLeftJoin, PhysicalOpMultiwayUnion

public interface NaryPhysicalOp extends PhysicalOperator
An interface for any type of PhysicalOperator whose algorithm consumes an arbitrary number of sequences of solution mappings as input.
  • Method Details