Uses of Class
se.liu.ida.hefquin.engine.queryplan.logical.impl.LogicalOpTPAdd
Packages that use LogicalOpTPAdd
Package
Description
-
Uses of LogicalOpTPAdd in se.liu.ida.hefquin.engine.queryplan.logical
Methods in se.liu.ida.hefquin.engine.queryplan.logical with parameters of type LogicalOpTPAddModifier and TypeMethodDescriptionvoid
LogicalPlanUtils.LogicalPlanCounter.visit
(LogicalOpTPAdd op) void
LogicalPlanUtils.SourceAssignmentChecker.visit
(LogicalOpTPAdd op) void
LogicalPlanVisitor.visit
(LogicalOpTPAdd op) void
LogicalPlanVisitorBase.visit
(LogicalOpTPAdd op) -
Uses of LogicalOpTPAdd in se.liu.ida.hefquin.engine.queryplan.physical.impl
Constructors in se.liu.ida.hefquin.engine.queryplan.physical.impl with parameters of type LogicalOpTPAddModifierConstructorDescription -
Uses of LogicalOpTPAdd in se.liu.ida.hefquin.engine.queryplan.utils
Methods in se.liu.ida.hefquin.engine.queryplan.utils that return LogicalOpTPAddModifier and TypeMethodDescriptionstatic LogicalOpTPAdd
LogicalOpUtils.createTPAddLopFromRequest
(TriplePatternRequest req, FederationMember fm) Creates a logical tpAdd operator that uses the triple pattern of the given request, together with the given federation member.Methods in se.liu.ida.hefquin.engine.queryplan.utils with parameters of type LogicalOpTPAddModifier and TypeMethodDescriptionstatic UnaryPhysicalOp
LogicalToPhysicalOpConverter.convert
(LogicalOpTPAdd lop) static BGP
LogicalOpUtils.createNewBGP
(LogicalOpTPAdd lopTPAdd, LogicalOpBGPAdd lopBGPAdd) Creates a BGP by adding a triple pattern to a set of triple patterns, where the triple pattern is extracted from a given tpAdd operator, and the set of triple patterns are extracted from a given bgpAdd operator.static BGP
LogicalOpUtils.createNewBGP
(LogicalOpTPAdd lopTPAdd, LogicalOpRequest<?, ?> lopReq) Creates a BGP by adding a triple pattern to a set of triple patterns, where the triple pattern is extracted from a given tpAdd operator, and the set of triple patterns are extracted from the given Request.static SPARQLGraphPattern
LogicalOpUtils.createNewGraphPatternWithAND
(LogicalOpTPAdd lopTPAdd, LogicalOpRequest<?, ?> lopReq) Creates a new graph pattern by adding a triple pattern to the graph pattern of a given SPARQLRequest, where the triple pattern is extracted from a given tpAdd operator.static PhysicalPlan
PhysicalPlanFactory.createPlanWithBindJoin
(LogicalOpTPAdd lop, PhysicalPlan subplan) Creates a plan with a bind join as root operator.static PhysicalPlan
PhysicalPlanFactory.createPlanWithBindJoinFILTER
(LogicalOpTPAdd lop, PhysicalPlan subplan) Creates a plan with a bind join as root operator.static PhysicalPlan
PhysicalPlanFactory.createPlanWithBindJoinUNION
(LogicalOpTPAdd lop, PhysicalPlan subplan) Creates a plan with a bind join as root operator.static PhysicalPlan
PhysicalPlanFactory.createPlanWithBindJoinVALUES
(LogicalOpTPAdd lop, PhysicalPlan subplan) Creates a plan with a bind join as root operator.static PhysicalPlan
PhysicalPlanFactory.createPlanWithIndexNLJ
(LogicalOpTPAdd lop, PhysicalPlan subplan) Creates a plan with an index nested loops join as root operator.static PhysicalPlan
PhysicalPlanFactory.extractRequestAsPlan
(LogicalOpTPAdd lop) protected void
TextBasedLogicalPlanPrinterImpl.printOp
(LogicalOpTPAdd op, PrintStream out, String indentLevelString, String indentLevelStringForOpDetail)