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 TypeInterfaceDescriptioninterfaceA specialization of theExecutableOperatorinterface that captures executable operators that consume a pair of two sequences of solution mappings (which both are batched into several blocks of solution mappings).interfaceA specialization of theExecutableOperatorinterface 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).interfaceA specialization of theExecutableOperatorinterface 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.interfaceA specialization of theExecutableOperatorinterface that captures executable operators that consume a single input sequence of solution mappings.Fields in se.liu.ida.hefquin.engine.queryplan.executable declared as ExecutableOperatorModifier and TypeFieldDescriptionprotected final ExecutableOperatorExecOpExecutionException.opoperator during whose execution this exception occurredMethods in se.liu.ida.hefquin.engine.queryplan.executable that return ExecutableOperatorModifier and TypeMethodDescriptionExecOpExecutionException.getOperator()Returns theExecutableOperatorduring 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
Constructors in se.liu.ida.hefquin.engine.queryplan.executable.impl with parameters of type ExecutableOperator -
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 ExecutableOperatorResultElementIterBase.OpRunnerThread.getOp()static ExecutableOperatorResultIteratorUtils.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 TypeClassDescriptionclassBaseForExecOpIndexNestedLoopsJoinWithRequestOps<QueryType extends Query,MemberType extends FederationMember> Abstract base class to implement index nested loops joins by using request operators.classBaseForExecOpIndexNestedLoopsJoinWithRequests<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.classBaseForExecOpIndexNestedLoopsJoinWithSolMapsRequests<QueryType extends Query,MemberType extends FederationMember, ReqType extends DataRetrievalRequest> classBaseForExecOpParallelBindJoin<QueryType extends Query,MemberType extends FederationMember, ReqType extends DataRetrievalRequest, RespType extends DataRetrievalResponse<?>> A generic implementation of a batch-based bind-join algorithm that issues the bind-join requests without blocking, handling the processing of their responses in parallel (in the threads that the federation access manager uses to perform the requests).classA base class for all variations of our parallelized, batch-based bind-join algorithm that use some form of SPARQL requests.classBaseForExecOpRequest<ReqType extends DataRetrievalRequest,MemberType extends FederationMember> Base class for implementations of request operators.classBaseForExecOpRequestWithPaging<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.classBaseForExecOpRequestWithTPFPaging<ReqType extends DataRetrievalRequest,MemberType extends FederationMember, PageReqType extends DataRetrievalRequest> Base class for implementations of paging-based request operators where pages areTPFResponseobjects.classTop-level base class for all implementations ofExecutableOperator.classBaseForExecOpSequentialBindJoin<QueryType extends Query,MemberType extends FederationMember> A generic implementation of batch-based bind-join algorithm that performs the bind-join requests sequentially, one after another, for which it uses executable request operators.classA base class for all variations of our sequential, batch-based bind-join algorithm that use some form of SPARQL requests.classBaseForExecOpTriplesRequest<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.classBase class for all implementations ofUnaryExecutableOpthat work more effectively if at least a minimum number of input solution mappings are available to process.classTop-level base class for all implementations ofBinaryExecutableOp.classclassTo be used for BIND clauses.classTo be used for DISTINCT clauses.classclassclassclassA right outer join version of the hash join algorithm implemented inExecOpHashJoin.classclassMay be used for brTPF servers as well (in fact,BRTPFServeris a specialization ofTPFServer).classclassclassclassclassAttention, this is a purely local implementation of the nested loops join algorithm---nothing fancy, no requests to federation members or anything.classImplementation of the parallel, batch-based bind-join algorithm that uses a FILTERs to capture the potential join partners that are sent to the federation member.classImplementation of the parallel, batch-based bind-join algorithm that uses UNION clauses with FILTERs inside.classImplementation of the parallel, batch-based bind-join algorithm that uses a VALUES clause to capture the potential join partners that are sent to the federation member.classTODO: Provide a description of the algorithm implemented by this class.classclassclassExecOpRequestSPARQL<ReqType extends DataRetrievalRequest,MemberType extends FederationMember> classExecOpRequestTPF<MemberType extends FederationMember>Base class for implementations of request operators with triple pattern requests that are broken into TPF requests to handle paging.classImplementation of the sequential, batch-based bind-join algorithm for cases in which the federation member accessed by the algorithm supports the brTPF interface.classImplementation of the sequential, batch-based bind-join algorithm that uses FILTERs to capture the potential join partners that are sent to the federation member.classImplementation of the sequential, batch-based bind-join algorithm that uses UNION clauses with FILTERs inside.classImplementation of the sequential, batch-based bind-join algorithm that uses a VALUES clause to capture the potential join partners that are sent to the federation member.classImplementation of the sequential, batch-based bind-join algorithm that starts by using a VALUES clause exactly as done byExecOpSequentialBindJoinSPARQLwithVALUES.classImplementation of the sequential, batch-based bind-join algorithm that uses UNION clauses with variable renaming (as proposed in the FedX paper by Schwarte et al. 2011, where it is called "bound join").classImplementation of the symmetric hash join algorithm.classTo be used for UNFOLD clauses.classTop-level base class for all implementations ofNaryExecutableOp.classTop-level base class for all implementations ofNullaryExecutableOp.classTop-level base class for all implementations ofUnaryExecutableOp.classBase class for all implementations ofUnaryExecutableOpthat do not need to process the input solution mappings in batches (the filter operator is a typical example).Fields in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops declared as ExecutableOperatorModifier and TypeFieldDescriptionprotected final ExecutableOperatorBaseForExecOpIndexNestedLoopsJoinWithRequests.MyResponseProcessor.opprotected final ExecutableOperatorExecOpLookupJoinViaWrapperWithParamVars.MyResponseProcessor.opMethods in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops with parameters of type ExecutableOperatorModifier and TypeMethodDescriptionprotected abstract BaseForExecOpIndexNestedLoopsJoinWithRequests<QueryType,MemberType, ReqType, RespType>.MyResponseProcessor BaseForExecOpIndexNestedLoopsJoinWithRequests.createResponseProcessor(SolutionMapping sm, IntermediateResultElementSink sink, ExecutableOperator op) protected BaseForExecOpIndexNestedLoopsJoinWithRequests<QueryType,MemberType, ReqType, SolMapsResponse>.MyResponseProcessor BaseForExecOpIndexNestedLoopsJoinWithSolMapsRequests.createResponseProcessor(SolutionMapping sm, IntermediateResultElementSink sink, ExecutableOperator op) Constructors in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops with parameters of type ExecutableOperatorModifierConstructorDescriptionMyResponseProcessor(Map<String, org.apache.jena.graph.Node> paramValues, List<SolutionMapping> solmaps, IntermediateResultElementSink sink, ExecutableOperator op) -
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 ExecutableOperatorConnectorForAdditionalConsumer.getExecOp()protected abstract ExecutableOperatorPushBasedPlanThreadImplBase.getExecOp()protected ExecutableOperatorPushBasedPlanThreadImplForBinaryOperator.getExecOp()protected ExecutableOperatorPushBasedPlanThreadImplForNaryOperator.getExecOp()protected ExecutableOperatorPushBasedPlanThreadImplForNullaryOperator.getExecOp()protected ExecutableOperatorPushBasedPlanThreadImplForUnaryOperator.getExecOp()Constructors in se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased with parameters of type ExecutableOperator -
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, QueryPlanningInfo qpInfo, ExpectedVariables... inputVars) Creates and returns the executable operator to be used for this physical operator.