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 TypeMethodDescriptionvoid
LogicalPlanUtils.LogicalPlanCounter.visit
(LogicalOpGPOptAdd op) void
LogicalPlanUtils.SourceAssignmentChecker.visit
(LogicalOpGPOptAdd op) void
LogicalPlanVisitor.visit
(LogicalOpGPOptAdd op) void
LogicalPlanVisitorBase.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 LogicalOpGPOptAdd
LogicalOpUtils.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 UnaryPhysicalOp
LogicalToPhysicalOpConverter.convert
(LogicalOpGPOptAdd lop) protected void
TextBasedLogicalPlanPrinterImpl.printOp
(LogicalOpGPOptAdd op, PrintStream out, String indentLevelString, String indentLevelStringForOpDetail)