Class InnerJoin
java.lang.Object
org.eclipse.rdf4j.sail.shacl.ast.planNodes.InnerJoin
- All Implemented Interfaces:
MultiStreamPlanNode, PlanNode
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate CloseableIteration<ValidationTuple, SailException> private final PlanNodeprivate static final org.slf4j.Loggerprivate booleanprivate final PlanNodeprivate StackTraceElement[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()intdepth()getDiscardedLeft(Class<? extends PushablePlanNode> type) getDiscardedRight(Class<? extends PushablePlanNode> type) getId()getJoined(Class<? extends PushablePlanNode> type) voidgetPlanAsGraphvizDot(StringBuilder stringBuilder) booleanvoidinit()CloseableIteration<? extends ValidationTuple, SailException> iterator()private Stringparent()booleanvoidreceiveLogger(ValidationExecutionLogger validationExecutionLogger) booleantoString()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface PlanNode
isGuaranteedEmpty
-
Field Details
-
logger
private static final org.slf4j.Logger logger -
stackTrace
-
printed
private boolean printed -
left
-
right
-
iterator
-
joined
-
discardedLeft
-
discardedRight
-
-
Constructor Details
-
InnerJoin
-
-
Method Details
-
parent
-
getJoined
-
getDiscardedLeft
-
getDiscardedRight
-
iterator
-
internalIterator
-
depth
-
getPlanAsGraphvizDot
- Specified by:
getPlanAsGraphvizDotin interfacePlanNode
-
getId
-
toString
-
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
- Specified by:
receiveLoggerin interfacePlanNode
-
producesSorted
public boolean producesSorted()- Specified by:
producesSortedin interfacePlanNode
-
requiresSorted
public boolean requiresSorted()- Specified by:
requiresSortedin interfacePlanNode
-