Class LogicalOpLeftJoin

java.lang.Object
se.liu.ida.hefquin.engine.queryplan.logical.impl.BaseForLogicalOps
se.liu.ida.hefquin.engine.queryplan.logical.impl.LogicalOpLeftJoin
All Implemented Interfaces:
QueryPlanOperator, BinaryLogicalOp, LogicalOperator

public class LogicalOpLeftJoin extends BaseForLogicalOps implements BinaryLogicalOp
  • Field Details

    • singletonWithoutReduction

      protected static final LogicalOpLeftJoin singletonWithoutReduction
    • singletonThatMayReduce

      protected static final LogicalOpLeftJoin singletonThatMayReduce
  • Constructor Details

    • LogicalOpLeftJoin

      protected LogicalOpLeftJoin(boolean mayReduce)
  • Method Details