Class ExecOpIndexNestedLoopsJoinTPF
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.BaseForUnaryExecOpWithCollectedInput
se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOpIndexNestedLoopsJoinWithRequestOps<TriplePattern,TPFServer>
se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.ExecOpIndexNestedLoopsJoinTPF
- All Implemented Interfaces:
StatsProvider,ExecutableOperator,UnaryExecutableOp
public class ExecOpIndexNestedLoopsJoinTPF
extends BaseForExecOpIndexNestedLoopsJoinWithRequestOps<TriplePattern,TPFServer>
May be used for brTPF servers as well (in fact,
BRTPFServer
is a specialization of TPFServer).-
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
FieldsFields inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOpIndexNestedLoopsJoinWithRequestOps
fm, numberOfOutputMappingsProduced, numberOfRequestOpsUsed, query, statsOfLastReqOp, useOuterJoinSemanticsFields inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForUnaryExecOpWithCollectedInput
collectedInputSolMaps, minimumCollectionSizeFields inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOps
collectExceptions, qpInfo -
Constructor Summary
ConstructorsConstructorDescriptionExecOpIndexNestedLoopsJoinTPF(TriplePattern query, TPFServer fm, boolean useOuterJoinSemantics, boolean collectExceptions, QueryPlanningInfo qpInfo) ExecOpIndexNestedLoopsJoinTPF(TriplePattern query, TPFServer fm, boolean useOuterJoinSemantics, int minimumInputBlockSize, boolean collectExceptions, QueryPlanningInfo qpInfo) -
Method Summary
Modifier and TypeMethodDescriptionprotected NullaryExecutableOpcreateExecutableRequestOperator(SolutionMapping inputSolMap) protected TriplePatternRequestcreateRequest(SolutionMapping inputSolMap) Methods inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOpIndexNestedLoopsJoinWithRequestOps
_concludeExecution, _processCollectedInput, createProcessor, createStats, initiateProcessing, initiateProcessing, resetStatsMethods inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForUnaryExecOpWithCollectedInput
_concludeExecution, _process, _processMethods inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.UnaryExecutableOpBase
concludeExecution, getStats, process, processMethods inherited from class se.liu.ida.hefquin.engine.queryplan.executable.impl.ops.BaseForExecOps
getExceptionsCaughtDuringExecution, getQueryPlanningInfo, 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, getQueryPlanningInfo
-
Field Details
-
DEFAULT_INPUT_BLOCK_SIZE
public static final int DEFAULT_INPUT_BLOCK_SIZE- See Also:
-
-
Constructor Details
-
ExecOpIndexNestedLoopsJoinTPF
public ExecOpIndexNestedLoopsJoinTPF(TriplePattern query, TPFServer fm, boolean useOuterJoinSemantics, int minimumInputBlockSize, boolean collectExceptions, QueryPlanningInfo qpInfo) -
ExecOpIndexNestedLoopsJoinTPF
public ExecOpIndexNestedLoopsJoinTPF(TriplePattern query, TPFServer fm, boolean useOuterJoinSemantics, boolean collectExceptions, QueryPlanningInfo qpInfo)
-
-
Method Details
-
createExecutableRequestOperator
protected NullaryExecutableOp createExecutableRequestOperator(SolutionMapping inputSolMap) throws VariableByBlankNodeSubstitutionException - Specified by:
createExecutableRequestOperatorin classBaseForExecOpIndexNestedLoopsJoinWithRequestOps<TriplePattern,TPFServer> - Throws:
VariableByBlankNodeSubstitutionException
-
createRequest
protected TriplePatternRequest createRequest(SolutionMapping inputSolMap) throws VariableByBlankNodeSubstitutionException
-