Class BaseForExecOpIndexNestedLoopsJoinWithTPFRequests<MemberType extends FederationMember>
java.lang.Object
se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOps
se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.UnaryExecutableOpBase
se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOpIndexNestedLoopsJoin<QueryType,MemberType>
se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOpIndexNestedLoopsJoinWithRequestOps<TriplePattern,MemberType>
se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOpIndexNestedLoopsJoinWithTPFRequests<MemberType>
- All Implemented Interfaces:
StatsProvider,ExecutableOperator,UnaryExecutableOp
- Direct Known Subclasses:
ExecOpIndexNestedLoopsJoinBRTPF,ExecOpIndexNestedLoopsJoinTPF
public abstract class BaseForExecOpIndexNestedLoopsJoinWithTPFRequests<MemberType extends FederationMember>
extends BaseForExecOpIndexNestedLoopsJoinWithRequestOps<TriplePattern,MemberType>
-
Nested Class Summary
Nested classes/interfaces inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOpIndexNestedLoopsJoinWithRequestOps
BaseForExecOpIndexNestedLoopsJoinWithRequestOps.MyIntermediateResultElementSink, BaseForExecOpIndexNestedLoopsJoinWithRequestOps.MyIntermediateResultElementSinkOuterJoin -
Field Summary
Fields inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOpIndexNestedLoopsJoinWithRequestOps
numberOfOutputMappingsProduced, numberOfRequestOpsUsed, statsOfLastReqOp, useOuterJoinSemanticsFields inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOpIndexNestedLoopsJoin
fm, queryFields inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.UnaryExecutableOpBase
timeAtCurrentProcStartFields inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOps
collectExceptions -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBaseForExecOpIndexNestedLoopsJoinWithTPFRequests(TriplePattern query, MemberType fm, boolean useOuterJoinSemantics, boolean collectExceptions) -
Method Summary
Modifier and TypeMethodDescriptionprotected NullaryExecutableOpcreateExecutableRequestOperator(SolutionMapping inputSolMap) protected TriplePatternRequestcreateRequest(SolutionMapping inputSolMap) protected abstract NullaryExecutableOpMethods inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOpIndexNestedLoopsJoinWithRequestOps
_process, createProcessor, createStats, initiateProcessing, initiateProcessing, preferredInputBlockSize, resetStatsMethods inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOpIndexNestedLoopsJoin
_concludeExecutionMethods inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.UnaryExecutableOpBase
concludeExecution, getStats, processMethods inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOps
getExceptionsCaughtDuringExecution, recordExceptionCaughtDuringExecutionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface se.liu.ida.hefquin.engine.queryplan.executable.ExecutableOperator
getExceptionsCaughtDuringExecution
-
Constructor Details
-
BaseForExecOpIndexNestedLoopsJoinWithTPFRequests
protected BaseForExecOpIndexNestedLoopsJoinWithTPFRequests(TriplePattern query, MemberType fm, boolean useOuterJoinSemantics, boolean collectExceptions)
-
-
Method Details
-
createExecutableRequestOperator
- Specified by:
createExecutableRequestOperatorin classBaseForExecOpIndexNestedLoopsJoinWithRequestOps<TriplePattern,MemberType extends FederationMember>
-
createRequest
-
createRequestOperator
-