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 TypeMethodDescriptionvoid
LogicalPlanUtils.LogicalPlanCounter.visit
(LogicalOpGPAdd op) void
LogicalPlanUtils.SourceAssignmentChecker.visit
(LogicalOpGPAdd op) void
LogicalPlanVisitor.visit
(LogicalOpGPAdd op) void
LogicalPlanVisitorBase.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 LogicalOpGPAdd
LogicalOpUtils.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 UnaryPhysicalOp
LogicalToPhysicalOpConverter.convert
(LogicalOpGPAdd lop) static PhysicalPlan
PhysicalPlanFactory.createPlanWithBindJoinFILTER
(LogicalOpGPAdd lop, PhysicalPlan subplan) Creates a plan with a FILTER-based bind join as root operator.static PhysicalPlan
PhysicalPlanFactory.createPlanWithBindJoinUNION
(LogicalOpGPAdd lop, PhysicalPlan subplan) Creates a plan with a UNION-based bind join as root operator.static PhysicalPlan
PhysicalPlanFactory.createPlanWithBindJoinVALUES
(LogicalOpGPAdd lop, PhysicalPlan subplan) Creates a plan with a VALUES-based bind join as root operator.static PhysicalPlan
PhysicalPlanFactory.createPlanWithIndexNLJ
(LogicalOpGPAdd lop, PhysicalPlan subplan) Creates a plan with an index nested loops join as root operator.static PhysicalPlan
PhysicalPlanFactory.extractRequestAsPlan
(LogicalOpGPAdd lop) protected void
TextBasedLogicalPlanPrinterImpl.printOp
(LogicalOpGPAdd op, PrintStream out, String indentLevelString, String indentLevelStringForOpDetail)