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