Class EqualsJoinValue
java.lang.Object
org.eclipse.rdf4j.sail.shacl.ast.planNodes.EqualsJoinValue
- All Implemented Interfaces:
PlanNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final PlanNodeprivate booleanprivate final PlanNodeprivate StackTraceElement[]private final booleanprivate ValidationExecutionLogger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintdepth()booleangetId()voidgetPlanAsGraphvizDot(StringBuilder stringBuilder) inthashCode()CloseableIteration<? extends ValidationTuple, SailException> iterator()booleanvoidreceiveLogger(ValidationExecutionLogger validationExecutionLogger) booleantoString()Methods inherited from interface PlanNode
isGuaranteedEmpty
-
Field Details
-
left
-
right
-
useAsFilter
private final boolean useAsFilter -
stackTrace
-
printed
private boolean printed -
validationExecutionLogger
-
-
Constructor Details
-
EqualsJoinValue
-
-
Method Details
-
iterator
-
depth
-
getPlanAsGraphvizDot
- Specified by:
getPlanAsGraphvizDotin interfacePlanNode
-
getId
-
toString
-
receiveLogger
- Specified by:
receiveLoggerin interfacePlanNode
-
producesSorted
public boolean producesSorted()- Specified by:
producesSortedin interfacePlanNode
-
requiresSorted
public boolean requiresSorted()- Specified by:
requiresSortedin interfacePlanNode
-
equals
-
hashCode
-