Uses of Class
se.liu.ida.hefquin.engine.queryproc.SourcePlanningException
Packages that use SourcePlanningException
Package
Description
-
Uses of SourcePlanningException in se.liu.ida.hefquin.engine.queryproc
Methods in se.liu.ida.hefquin.engine.queryproc that throw SourcePlanningExceptionModifier and TypeMethodDescriptionSourcePlanner.createSourceAssignment
(Query query) The logical plan returned by this method is a source assignment (see Definition 8 of our FedQPL paper); that is, the only types of operators that it contains are request operators (LogicalOpRequest
), multiway joins (LogicalOpMultiwayJoin
), and multiway unions (LogicalOpMultiwayUnion
). -
Uses of SourcePlanningException in se.liu.ida.hefquin.engine.queryproc.impl.srcsel
Methods in se.liu.ida.hefquin.engine.queryproc.impl.srcsel that throw SourcePlanningExceptionModifier and TypeMethodDescriptionprotected Pair<LogicalPlan,
SourcePlanningStats> ServiceClauseBasedSourcePlannerImpl.createSourceAssignment
(org.apache.jena.sparql.algebra.Op jenaOp) protected abstract Pair<LogicalPlan,
SourcePlanningStats> SourcePlannerBase.createSourceAssignment
(org.apache.jena.sparql.algebra.Op jenaOp) final Pair<LogicalPlan,
SourcePlanningStats> SourcePlannerBase.createSourceAssignment
(Query query)