Physical Operators

The main Java interface for the physical operators of HeFQUIN is called PhysicalOperator, and the relevant classes that implement this interface can be found in the se.liu.ida.hefquin.engine.queryplan.physical.impl package. The physical operators that we currently have are the following (look at their Javadoc comments for a detailed description):

Nullary Operators

Unary Operators

Binary Operators

N-ary Operators