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 TypeMethodDescriptionvoidLogicalPlanUtils.LogicalPlanCounter.visit(LogicalOpTPAdd op) voidLogicalPlanUtils.SourceAssignmentChecker.visit(LogicalOpTPAdd op) voidLogicalPlanVisitor.visit(LogicalOpTPAdd op) voidLogicalPlanVisitorBase.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 LogicalOpTPAddLogicalOpUtils.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 UnaryPhysicalOpLogicalToPhysicalOpConverter.convert(LogicalOpTPAdd lop) static BGPLogicalOpUtils.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 BGPLogicalOpUtils.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 SPARQLGraphPatternLogicalOpUtils.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 PhysicalPlanPhysicalPlanFactory.createPlanWithBindJoin(LogicalOpTPAdd lop, PhysicalPlan subplan) Creates a plan with a bind join as root operator.static PhysicalPlanPhysicalPlanFactory.createPlanWithBindJoinFILTER(LogicalOpTPAdd lop, PhysicalPlan subplan) Creates a plan with a bind join as root operator.static PhysicalPlanPhysicalPlanFactory.createPlanWithBindJoinUNION(LogicalOpTPAdd lop, PhysicalPlan subplan) Creates a plan with a bind join as root operator.static PhysicalPlanPhysicalPlanFactory.createPlanWithBindJoinVALUES(LogicalOpTPAdd lop, PhysicalPlan subplan) Creates a plan with a bind join as root operator.static PhysicalPlanPhysicalPlanFactory.createPlanWithIndexNLJ(LogicalOpTPAdd lop, PhysicalPlan subplan) Creates a plan with an index nested loops join as root operator.static PhysicalPlanPhysicalPlanFactory.extractRequestAsPlan(LogicalOpTPAdd lop) protected voidTextBasedLogicalPlanPrinterImpl.printOp(LogicalOpTPAdd op, PrintStream out, String indentLevelString, String indentLevelStringForOpDetail)