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 final PlanNode
private static final org.slf4j.Logger
private boolean
private final PlanNode
private StackTraceElement[]
-
Constructor Summary
Constructors -
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()
private String
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
-
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
public int depth() -
getPlanAsGraphvizDot
- Specified by:
getPlanAsGraphvizDot
in interfacePlanNode
-
getId
-
toString
-
leadingSpace
-
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
-