Class InnerJoin
- java.lang.Object
-
- org.eclipse.rdf4j.sail.shacl.ast.planNodes.InnerJoin
-
- All Implemented Interfaces:
MultiStreamPlanNode,PlanNode
public class InnerJoin extends java.lang.Object implements MultiStreamPlanNode, PlanNode
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) classInnerJoin.NotifyingPushablePlanNode
-
Field Summary
Fields Modifier and Type Field Description private InnerJoin.NotifyingPushablePlanNodediscardedLeftprivate InnerJoin.NotifyingPushablePlanNodediscardedRightprivate CloseableIteration<ValidationTuple,SailException>iteratorprivate InnerJoin.NotifyingPushablePlanNodejoinedprivate PlanNodeleftprivate static org.slf4j.Loggerloggerprivate booleanprintedprivate PlanNoderightprivate java.lang.StackTraceElement[]stackTrace
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()intdepth()PlanNodegetDiscardedLeft(java.lang.Class<? extends PushablePlanNode> type)PlanNodegetDiscardedRight(java.lang.Class<? extends PushablePlanNode> type)java.lang.StringgetId()PlanNodegetJoined(java.lang.Class<? extends PushablePlanNode> type)voidgetPlanAsGraphvizDot(java.lang.StringBuilder stringBuilder)booleanincrementIterator()voidinit()CloseableIteration<ValidationTuple,SailException>internalIterator()CloseableIteration<? extends ValidationTuple,SailException>iterator()private java.lang.StringleadingSpace()java.util.List<PlanNode>parent()booleanproducesSorted()voidreceiveLogger(ValidationExecutionLogger validationExecutionLogger)booleanrequiresSorted()java.lang.StringtoString()-
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
-
-
-
-
Field Detail
-
logger
private static final org.slf4j.Logger logger
-
stackTrace
private java.lang.StackTraceElement[] stackTrace
-
printed
private boolean printed
-
left
private final PlanNode left
-
right
private final PlanNode right
-
iterator
private CloseableIteration<ValidationTuple,SailException> iterator
-
joined
private InnerJoin.NotifyingPushablePlanNode joined
-
discardedLeft
private InnerJoin.NotifyingPushablePlanNode discardedLeft
-
discardedRight
private InnerJoin.NotifyingPushablePlanNode discardedRight
-
-
Method Detail
-
parent
public java.util.List<PlanNode> parent()
-
getJoined
public PlanNode getJoined(java.lang.Class<? extends PushablePlanNode> type)
-
getDiscardedLeft
public PlanNode getDiscardedLeft(java.lang.Class<? extends PushablePlanNode> type)
-
getDiscardedRight
public PlanNode getDiscardedRight(java.lang.Class<? extends PushablePlanNode> type)
-
iterator
public CloseableIteration<? extends ValidationTuple,SailException> iterator()
-
internalIterator
public CloseableIteration<ValidationTuple,SailException> internalIterator()
-
getPlanAsGraphvizDot
public void getPlanAsGraphvizDot(java.lang.StringBuilder stringBuilder)
- Specified by:
getPlanAsGraphvizDotin interfacePlanNode
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
leadingSpace
private java.lang.String leadingSpace()
-
init
public void init()
- Specified by:
initin interfaceMultiStreamPlanNode
-
close
public void close()
- Specified by:
closein interfaceMultiStreamPlanNode
-
incrementIterator
public boolean incrementIterator()
- Specified by:
incrementIteratorin interfaceMultiStreamPlanNode
-
receiveLogger
public void receiveLogger(ValidationExecutionLogger validationExecutionLogger)
- Specified by:
receiveLoggerin interfacePlanNode
-
producesSorted
public boolean producesSorted()
- Specified by:
producesSortedin interfacePlanNode
-
requiresSorted
public boolean requiresSorted()
- Specified by:
requiresSortedin interfacePlanNode
-
-