Uses of Interface
se.liu.ida.hefquin.engine.queryplan.logical.LogicalOperator
Packages that use LogicalOperator
Package
Description
-
Uses of LogicalOperator in se.liu.ida.hefquin.engine.queryplan.logical
Subinterfaces of LogicalOperator in se.liu.ida.hefquin.engine.queryplan.logicalModifier and TypeInterfaceDescriptioninterface
An interface for any type ofLogicalOperator
that has an arity of two; i.e., it is defined of as a function over two multisets of solution mappings.interface
An interface for any type ofLogicalOperator
that has an arbitrary arity ; i.e., it is defined of as a function over an arbitrary number of multisets of solution mappings.interface
An interface for any type ofLogicalOperator
that has an arity of zero.interface
An interface for any type ofLogicalOperator
that has an arity of one; i.e., it is defined of as a function over one multiset of solution mappings.Methods in se.liu.ida.hefquin.engine.queryplan.logical that return LogicalOperatorModifier and TypeMethodDescriptionLogicalPlan.getRootOperator()
Returns the root operator of this plan.Methods in se.liu.ida.hefquin.engine.queryplan.logical with parameters of type LogicalOperatorModifier and TypeMethodDescriptionstatic LogicalPlan
LogicalPlanUtils.createPlanWithSubPlans
(LogicalOperator rootOp, List<LogicalPlan> subPlans) Creates aLogicalPlan
with the given operator as root operator and the plans given in the list as subplans.static LogicalPlan
LogicalPlanUtils.createPlanWithSubPlans
(LogicalOperator rootOp, LogicalPlan... subPlans) Creates aLogicalPlan
with the given operator as root operator and the given plans as subplans. -
Uses of LogicalOperator in se.liu.ida.hefquin.engine.queryplan.logical.impl
Classes in se.liu.ida.hefquin.engine.queryplan.logical.impl that implement LogicalOperatorModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
A multiway left join corresponds to a sequence of SPARQL OPTIONAL clauses.class
class
LogicalOpRequest<ReqType extends DataRetrievalRequest,
MemberType extends FederationMember> class
class
class
class
-
Uses of LogicalOperator in se.liu.ida.hefquin.engine.queryplan.physical
Methods in se.liu.ida.hefquin.engine.queryplan.physical that return LogicalOperatorModifier and TypeMethodDescriptionPhysicalOperatorForLogicalOperator.getLogicalOperator()
Returns the logical operator implemented by this physical operator. -
Uses of LogicalOperator in se.liu.ida.hefquin.engine.queryplan.utils
Methods in se.liu.ida.hefquin.engine.queryplan.utils with parameters of type LogicalOperatorModifier and TypeMethodDescriptionstatic PhysicalOperator
LogicalToPhysicalOpConverter.convert
(LogicalOperator lop) protected PhysicalPlan
LogicalToPhysicalPlanConverterImpl.Worker.createPhysicalPlan
(LogicalOperator lop, List<PhysicalPlan> children, boolean keepMultiwayJoins) static PhysicalPlan
PhysicalPlanFactory.createPlan
(LogicalOperator lop, PhysicalPlan... subplans) Creates a physical plan in which the root operator is the default physical operator for the given logical operator, as perLogicalToPhysicalOpConverter
.protected String
BaseForTextBasedPlanPrinters.nameOfLogicalOp
(LogicalOperator lop) protected void
BaseForTextBasedPlanPrinters.printLogicalOperatorBase
(String baseString, LogicalOperator lop, PrintStream out, String indentLevelString) -
Uses of LogicalOperator in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.costmodel
Methods in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.costmodel with parameters of type LogicalOperatorModifier and TypeMethodDescriptionprotected IllegalArgumentException
CFRBase.createIllegalArgumentException
(LogicalOperator rootOp) -
Uses of LogicalOperator in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.rewriting.rules
Methods in se.liu.ida.hefquin.engine.queryproc.impl.poptimizer.rewriting.rules with parameters of type LogicalOperatorModifier and TypeMethodDescriptionstatic boolean
IdentifyTypeOfRequestUsedForReq.isBGPRequest
(LogicalOperator lop) static boolean
IdentifyTypeOfRequestUsedForReq.isBGPRequestOverSPARQLEndpoint
(LogicalOperator lop) static boolean
IdentifyTypeOfRequestUsedForReq.isGraphPatternRequest
(LogicalOperator lop) static boolean
IdentifyTypeOfRequestUsedForReq.isTriplePatternRequest
(LogicalOperator lop)