Uses of Interface
se.liu.ida.hefquin.engine.queryplan.executable.ExecutableOperator
Packages that use ExecutableOperator
Package
Description
-
Uses of ExecutableOperator in se.liu.ida.hefquin.engine.queryplan.executable
Subinterfaces of ExecutableOperator in se.liu.ida.hefquin.engine.queryplan.executableModifier and TypeInterfaceDescriptioninterface
A specialization of theExecutableOperator
interface that captures executable operators that consume a pair of two sequences of solution mappings (which both are batched into several blocks of solution mappings).interface
A specialization of theExecutableOperator
interface that captures executable operators that consume an arbitrary number of sequences of solution mappings (where each such sequence is batched into several blocks of solution mappings).interface
A specialization of theExecutableOperator
interface that captures executable operators that do not consume any input produced by other operators; hence, these operators are the leaf nodes in a tree representation of query execution plans.interface
A specialization of theExecutableOperator
interface that captures executable operators that consume a single input sequence of solution mappings (which are batched into several blocks).Fields in se.liu.ida.hefquin.engine.queryplan.executable declared as ExecutableOperatorModifier and TypeFieldDescriptionprotected final ExecutableOperator
ExecOpExecutionException.op
operator during whose execution this exception occurredMethods in se.liu.ida.hefquin.engine.queryplan.executable that return ExecutableOperatorModifier and TypeMethodDescriptionExecOpExecutionException.getOperator()
Returns theExecutableOperator
during whose execution this exception occurred.Constructors in se.liu.ida.hefquin.engine.queryplan.executable with parameters of type ExecutableOperatorModifierConstructorDescriptionExecOpExecutionException
(String message, Throwable cause, ExecutableOperator op) ExecOpExecutionException
(String message, ExecutableOperator op) ExecOpExecutionException
(Throwable cause, ExecutableOperator op) -
Uses of ExecutableOperator in se.liu.ida.hefquin.engine.queryplan.executable.impl
Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl that return ExecutableOperatorModifier and TypeMethodDescriptionprotected abstract ExecutableOperator
ExecPlanTaskBase.getExecOp()
Constructors in se.liu.ida.hefquin.engine.queryplan.executable.impl with parameters of type ExecutableOperatorModifierConstructorDescription -
Uses of ExecutableOperator in se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased
Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl.iterbased that return ExecutableOperatorModifier and TypeMethodDescriptionResultElementIterBase.getOp()
abstract ExecutableOperator
ResultElementIterBase.OpRunnerThread.getOp()
static ExecutableOperator
ResultIteratorUtils.tryGetProducingOperator
(ResultElementIterator it) -
Uses of ExecutableOperator in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops
Classes in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops that implement ExecutableOperatorModifier and TypeClassDescriptionclass
BaseForExecOpBindJoin<QueryType extends Query,
MemberType extends FederationMember> An abstract base class for the different variants to implement the bind join algorithm.class
A base class for all variations of the bind join algorithm that use some form of SPARQL requests.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> class
BaseForExecOpIndexNestedLoopsJoinWithTPFRequests<MemberType extends FederationMember>
class
BaseForExecOpRequest<ReqType extends DataRetrievalRequest,
MemberType extends FederationMember> Base class for implementations of request operators.class
BaseForExecOpRequestWithPaging<ReqType extends DataRetrievalRequest,
MemberType extends FederationMember, PageReqType extends DataRetrievalRequest, PageRespType extends DataRetrievalResponse> Base class for implementations of request operators with requests that have to be broken into multiple requests to handle paging.class
BaseForExecOpRequestWithTPFPaging<ReqType extends DataRetrievalRequest,
MemberType extends FederationMember, PageReqType extends DataRetrievalRequest> Base class for implementations of paging-based request operators where pages areTPFResponse
objects.class
Top-level base class for all implementations ofExecutableOperator
.class
BaseForExecOpSolMapsRequest<ReqType extends DataRetrievalRequest,
MemberType extends FederationMember> class
BaseForExecOpTriplePatternRequestWithTPF<MemberType extends FederationMember>
Base class for implementations of request operators with triple pattern requests that are broken into TPF requests to handle paging.class
BaseForExecOpTriplesRequest<ReqType extends DataRetrievalRequest,
MemberType extends FederationMember> Base class for implementations of request operators with requests that return triples and that can be performed as is.class
Top-level base class for all implementations ofBinaryExecutableOp
.class
class
Implementation of (a batching version of) the bind join algorithm for cases in which the federation member accessed by the algorithm supports the brTPF interface.class
Implementation of (a batching version of) the bind join algorithm that uses FILTERs to capture the potential join partners that are sent to the federation member.class
Implementation of (a batching version of) the bind join algorithm that uses UNION.class
Implementation of (a batching version of) the bind join algorithm that uses a VALUES clause to capture the potential join partners that are sent to the federation member.class
class
class
class
A right outer join version of the hash join algorithm implemented inExecOpHashJoin
.class
class
class
class
class
class
Attention, this is a purely local implementation of the nested loops join algorithm---nothing fancy, no requests to federation members or anything.class
TODO: Provide a description of the algorithm implemented by this class.class
class
class
Implementation of an operator to request a (complete) TPF from a brTPF server.class
Implementation of an operator to request a (complete) TPF from a TPF server.class
Implementation of the symmetric hash join algorithm.class
Top-level base class for all implementations ofNaryExecutableOp
.class
Top-level base class for all implementations ofNullaryExecutableOp
.class
Top-level base class for all implementations ofUnaryExecutableOp
.class
-
Uses of ExecutableOperator in se.liu.ida.hefquin.engine.queryplan.executable.impl.pullbased
Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl.pullbased that return ExecutableOperatorModifier and TypeMethodDescriptionprotected ExecutableOperator
PullBasedExecPlanTaskForBinaryOperator.getExecOp()
protected ExecutableOperator
PullBasedExecPlanTaskForNullaryOperator.getExecOp()
protected ExecutableOperator
PullBasedExecPlanTaskForUnaryOperator.getExecOp()
-
Uses of ExecutableOperator in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased
Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased that return ExecutableOperatorModifier and TypeMethodDescriptionprotected ExecutableOperator
ConnectorForAdditionalConsumer.getExecOp()
protected ExecutableOperator
PushBasedExecPlanTaskForBinaryOperator.getExecOp()
protected ExecutableOperator
PushBasedExecPlanTaskForNaryOperator.getExecOp()
protected ExecutableOperator
PushBasedExecPlanTaskForNullaryOperator.getExecOp()
protected ExecutableOperator
PushBasedExecPlanTaskForUnaryOperator.getExecOp()
-
Uses of ExecutableOperator in se.liu.ida.hefquin.engine.queryplan.physical
Methods in se.liu.ida.hefquin.engine.queryplan.physical that return ExecutableOperatorModifier and TypeMethodDescriptionPhysicalOperator.createExecOp
(boolean collectExceptions, ExpectedVariables... inputVars) Creates and returns the executable operator to be used for this physical operator.