Class InnerJoin
java.lang.Object
org.eclipse.rdf4j.sail.shacl.ast.planNodes.InnerJoin
- All Implemented Interfaces:
MultiStreamPlanNode
,PlanNode
- Author:
- HÃ¥vard Ottestad
This inner join algorithm assumes the left iterator is unique for tuple[0], eg. no two tuples have the same value at index 0. The right iterator is allowed to contain duplicates.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
int
depth()
getDiscardedLeft
(Class<? extends PushablePlanNode> type) getDiscardedRight
(Class<? extends PushablePlanNode> type) getId()
getJoined
(Class<? extends PushablePlanNode> type) void
getPlanAsGraphvizDot
(StringBuilder stringBuilder) boolean
void
init()
CloseableIteration
<? extends ValidationTuple, SailException> iterator()
parent()
boolean
void
receiveLogger
(ValidationExecutionLogger validationExecutionLogger) boolean
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.rdf4j.sail.shacl.ast.planNodes.PlanNode
isGuaranteedEmpty
-
Constructor Details
-
InnerJoin
-
-
Method Details
-
parent
-
getJoined
-
getDiscardedLeft
-
getDiscardedRight
-
iterator
-
internalIterator
-
depth
public int depth() -
getPlanAsGraphvizDot
- Specified by:
getPlanAsGraphvizDot
in interfacePlanNode
-
getId
-
toString
-
init
public void init()- Specified by:
init
in interfaceMultiStreamPlanNode
-
close
public void close()- Specified by:
close
in interfaceMultiStreamPlanNode
-
incrementIterator
public boolean incrementIterator()- Specified by:
incrementIterator
in interfaceMultiStreamPlanNode
-
receiveLogger
- Specified by:
receiveLogger
in interfacePlanNode
-
producesSorted
public boolean producesSorted()- Specified by:
producesSorted
in interfacePlanNode
-
requiresSorted
public boolean requiresSorted()- Specified by:
requiresSorted
in interfacePlanNode
-