Uses of Class
se.liu.ida.hefquin.engine.queryplan.logical.impl.LogicalOpGPAdd
Packages that use LogicalOpGPAdd
Package
Description
- 
Uses of LogicalOpGPAdd in se.liu.ida.hefquin.engine.queryplan.logical
Methods in se.liu.ida.hefquin.engine.queryplan.logical with parameters of type LogicalOpGPAddModifier and TypeMethodDescriptionvoidLogicalPlanUtils.LogicalPlanCounter.visit(LogicalOpGPAdd op) voidLogicalPlanUtils.SourceAssignmentChecker.visit(LogicalOpGPAdd op) voidLogicalPlanVisitor.visit(LogicalOpGPAdd op) voidLogicalPlanVisitorBase.visit(LogicalOpGPAdd op)  - 
Uses of LogicalOpGPAdd in se.liu.ida.hefquin.engine.queryplan.physical.impl
Constructors in se.liu.ida.hefquin.engine.queryplan.physical.impl with parameters of type LogicalOpGPAddModifierConstructorDescription - 
Uses of LogicalOpGPAdd in se.liu.ida.hefquin.engine.queryplan.utils
Methods in se.liu.ida.hefquin.engine.queryplan.utils that return LogicalOpGPAddModifier and TypeMethodDescriptionstatic LogicalOpGPAddLogicalOpUtils.createGPAddLopFromRequest(SPARQLRequest req, FederationMember fm) Creates a logical gpAdd operator that uses the graph pattern of the given request, together with the given federation member.Methods in se.liu.ida.hefquin.engine.queryplan.utils with parameters of type LogicalOpGPAddModifier and TypeMethodDescriptionstatic UnaryPhysicalOpLogicalToPhysicalOpConverter.convert(LogicalOpGPAdd lop) static PhysicalPlanPhysicalPlanFactory.createPlanWithBindJoinFILTER(LogicalOpGPAdd lop, PhysicalPlan subplan) Creates a plan with a FILTER-based bind join as root operator.static PhysicalPlanPhysicalPlanFactory.createPlanWithBindJoinUNION(LogicalOpGPAdd lop, PhysicalPlan subplan) Creates a plan with a UNION-based bind join as root operator.static PhysicalPlanPhysicalPlanFactory.createPlanWithBindJoinVALUES(LogicalOpGPAdd lop, PhysicalPlan subplan) Creates a plan with a VALUES-based bind join as root operator.static PhysicalPlanPhysicalPlanFactory.createPlanWithBindJoinVALUESorFILTER(LogicalOpGPAdd lop, PhysicalPlan subplan) Creates a plan with a VALUES-based bind join that can switch to FILTER-based bind join as root operator.static PhysicalPlanPhysicalPlanFactory.createPlanWithIndexNLJ(LogicalOpGPAdd lop, PhysicalPlan subplan) Creates a plan with an index nested loops join as root operator.static PhysicalPlanPhysicalPlanFactory.extractRequestAsPlan(LogicalOpGPAdd lop) voidBaseForTextBasedPlanPrinters.OpNamePrinter.visit(LogicalOpGPAdd op) voidTextBasedLogicalPlanPrinterImpl.OpPrinter.visit(LogicalOpGPAdd op)