Uses of Interface
se.liu.ida.hefquin.base.query.Query
Packages that use Query
Package
Description
-
Uses of Query in se.liu.ida.hefquin.base.query
Subinterfaces of Query in se.liu.ida.hefquin.base.queryModifier and TypeInterfaceDescriptioninterface
interface
interface
A SPARQL group pattern represents a collection of SPARQL graph patterns for which the results are meant to be joined.interface
interface
interface
interface
-
Uses of Query in se.liu.ida.hefquin.base.query.impl
Classes in se.liu.ida.hefquin.base.query.impl that implement QueryModifier and TypeClassDescriptionclass
class
This class is a generic implementation ofSPARQLGraphPattern
in which this graph pattern is given as an object of the classElement
of the Jena API.class
This class is a generic implementation ofSPARQLGraphPattern
in which this graph pattern is given as an object of the classOp
of the Jena API.class
class
class
class
-
Uses of Query in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops
Classes in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops with type parameters of type QueryModifier and TypeClassDescriptionclass
BaseForExecOpBindJoin<QueryType extends Query,
MemberType extends FederationMember> An abstract base class for the different variants to implement the bind join algorithm.class
BaseForExecOpBindJoinWithRequestOps<QueryType extends Query,
MemberType extends FederationMember> A generic implementation of the bind join algorithm that uses executable request operators for performing the requests to the federation member.class
BaseForExecOpIndexNestedLoopsJoin<QueryType extends Query,
MemberType extends FederationMember> An abstract base class for implementations of the (external) index nested loops join algorithm.class
BaseForExecOpIndexNestedLoopsJoinWithRequestOps<QueryType extends Query,
MemberType extends FederationMember> Abstract base class to implement index nested loops joins by using request operators.class
BaseForExecOpIndexNestedLoopsJoinWithRequests<QueryType extends Query,
MemberType extends FederationMember, ReqType extends DataRetrievalRequest, RespType extends DataRetrievalResponse> Abstract base class to implement index nested loops joins by issuing requests directly and, then, using response processors.class
BaseForExecOpIndexNestedLoopsJoinWithSolMapsRequests<QueryType extends Query,
MemberType extends FederationMember, ReqType extends DataRetrievalRequest> Fields in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops declared as Query -
Uses of Query in se.liu.ida.hefquin.engine.queryproc
Fields in se.liu.ida.hefquin.engine.queryproc declared as QueryMethods in se.liu.ida.hefquin.engine.queryproc that return QueryModifier and TypeMethodDescriptionSourcePlanningException.getQuery()
Return the query for which the creation of a source assignment caused this exception.Methods in se.liu.ida.hefquin.engine.queryproc with parameters of type QueryModifier and TypeMethodDescriptionQueryPlanner.createPlan
(Query query) SourcePlanner.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
).QueryProcessor.processQuery
(Query query, QueryResultSink resultSink) Constructors in se.liu.ida.hefquin.engine.queryproc with parameters of type QueryModifierConstructorDescriptionSourcePlanningException
(String message, Throwable cause, Query query) SourcePlanningException
(String message, Query query) SourcePlanningException
(Throwable cause, Query query) SourcePlanningException
(Query query) -
Uses of Query in se.liu.ida.hefquin.engine.queryproc.impl
Methods in se.liu.ida.hefquin.engine.queryproc.impl with parameters of type QueryModifier and TypeMethodDescriptionQueryProcessorImpl.processQuery
(Query query, QueryResultSink resultSink) -
Uses of Query in se.liu.ida.hefquin.engine.queryproc.impl.planning
Methods in se.liu.ida.hefquin.engine.queryproc.impl.planning with parameters of type Query -
Uses of Query in se.liu.ida.hefquin.engine.queryproc.impl.srcsel
Methods in se.liu.ida.hefquin.engine.queryproc.impl.srcsel with parameters of type QueryModifier and TypeMethodDescriptionfinal Pair<LogicalPlan,
SourcePlanningStats> SourcePlannerBase.createSourceAssignment
(Query query) -
Uses of Query in se.liu.ida.hefquin.engine.wrappers.graphql.query
Subinterfaces of Query in se.liu.ida.hefquin.engine.wrappers.graphql.query -
Uses of Query in se.liu.ida.hefquin.engine.wrappers.graphql.query.impl
Classes in se.liu.ida.hefquin.engine.wrappers.graphql.query.impl that implement Query -
Uses of Query in se.liu.ida.hefquin.engine.wrappers.graphql.utils
Classes in se.liu.ida.hefquin.engine.wrappers.graphql.utils that implement QueryModifier and TypeClassDescriptionclass
This class represents a subject-based star pattern, that is, a set of triple patterns that all share the same subject.