Class BulkedExternalLeftOuterJoin
java.lang.Object
org.eclipse.rdf4j.sail.shacl.ast.planNodes.AbstractBulkJoinPlanNode
org.eclipse.rdf4j.sail.shacl.ast.planNodes.BulkedExternalLeftOuterJoin
- All Implemented Interfaces:
PlanNode
- Author:
- HÃ¥vard Ottestad
External means that this plan node can join the iterator from a plan node with an external source (Repository or SailConnection) based on a query or a predicate.
-
Field Summary
Fields inherited from class AbstractBulkJoinPlanNode
BINDING_NAME, BULK_SIZE, DEFAULT_VARS, mapper -
Constructor Summary
ConstructorsConstructorDescriptionBulkedExternalLeftOuterJoin(PlanNode leftNode, SailConnection connection, Resource[] dataGraph, SparqlFragment query, Function<BindingSet, ValidationTuple> mapper, ConnectionsGroup connectionsGroup, List<StatementMatcher.Variable> vars) -
Method Summary
Modifier and TypeMethodDescriptionintdepth()booleangetId()voidgetPlanAsGraphvizDot(StringBuilder stringBuilder) inthashCode()CloseableIteration<? extends ValidationTuple> iterator()voidreceiveLogger(ValidationExecutionLogger validationExecutionLogger) toString()Methods inherited from class AbstractBulkJoinPlanNode
producesSorted, requiresSortedMethods inherited from interface PlanNode
isGuaranteedEmpty
-
Constructor Details
-
BulkedExternalLeftOuterJoin
public BulkedExternalLeftOuterJoin(PlanNode leftNode, SailConnection connection, Resource[] dataGraph, SparqlFragment query, Function<BindingSet, ValidationTuple> mapper, ConnectionsGroup connectionsGroup, List<StatementMatcher.Variable> vars)
-
-
Method Details
-
iterator
-
depth
public int depth() -
getPlanAsGraphvizDot
-
toString
-
getId
-
receiveLogger
-
equals
- Overrides:
equalsin classAbstractBulkJoinPlanNode
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractBulkJoinPlanNode
-