Uses of Class
se.liu.ida.hefquin.engine.queryplan.logical.impl.LogicalOpGPOptAdd
Packages that use LogicalOpGPOptAdd
Package
Description
- 
Uses of LogicalOpGPOptAdd in se.liu.ida.hefquin.engine.queryplan.logical
Methods in se.liu.ida.hefquin.engine.queryplan.logical with parameters of type LogicalOpGPOptAddModifier and TypeMethodDescriptionvoidLogicalPlanUtils.LogicalPlanCounter.visit(LogicalOpGPOptAdd op) voidLogicalPlanUtils.SourceAssignmentChecker.visit(LogicalOpGPOptAdd op) voidLogicalPlanVisitor.visit(LogicalOpGPOptAdd op) voidLogicalPlanVisitorBase.visit(LogicalOpGPOptAdd op)  - 
Uses of LogicalOpGPOptAdd in se.liu.ida.hefquin.engine.queryplan.physical.impl
Constructors in se.liu.ida.hefquin.engine.queryplan.physical.impl with parameters of type LogicalOpGPOptAddModifierConstructorDescription - 
Uses of LogicalOpGPOptAdd in se.liu.ida.hefquin.engine.queryplan.utils
Methods in se.liu.ida.hefquin.engine.queryplan.utils that return LogicalOpGPOptAddModifier and TypeMethodDescriptionstatic LogicalOpGPOptAddLogicalOpUtils.createGPOptAddLopFromRequest(SPARQLRequest req, FederationMember fm) Creates a logical gpOptAdd 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 LogicalOpGPOptAddModifier and TypeMethodDescriptionstatic UnaryPhysicalOpLogicalToPhysicalOpConverter.convert(LogicalOpGPOptAdd lop) protected voidTextBasedLogicalPlanPrinterImpl.printOp(LogicalOpGPOptAdd op, PrintStream out, String indentLevelString, String indentLevelStringForOpDetail)