Class LogicalOpMultiwayLeftJoin

java.lang.Object
se.liu.ida.hefquin.engine.queryplan.logical.impl.LogicalOperatorBase
se.liu.ida.hefquin.engine.queryplan.logical.impl.LogicalOpMultiwayLeftJoin
All Implemented Interfaces:
LogicalOperator, NaryLogicalOp

public class LogicalOpMultiwayLeftJoin extends LogicalOperatorBase implements NaryLogicalOp
A multiway left join corresponds to a sequence of SPARQL OPTIONAL clauses. Hence, it is not to be confused with nested OPTIONAL clauses (which would, instead, be captured as multiple nested multiway left joins).