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
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final SailConnection
private final Resource[]
private final Dataset
private final PlanNode
private TupleExpr
private boolean
private final String
Fields inherited from class org.eclipse.rdf4j.sail.shacl.ast.planNodes.AbstractBulkJoinPlanNode
BINDING_NAME, BULK_SIZE, mapper, validationExecutionLogger
-
Constructor Summary
ConstructorsConstructorDescriptionBulkedExternalLeftOuterJoin
(PlanNode leftNode, SailConnection connection, Resource[] dataGraph, SparqlFragment query, Function<BindingSet, ValidationTuple> mapper) -
Method Summary
Modifier and TypeMethodDescriptionint
depth()
boolean
getId()
void
getPlanAsGraphvizDot
(StringBuilder stringBuilder) int
hashCode()
CloseableIteration
<? extends ValidationTuple, SailException> iterator()
void
receiveLogger
(ValidationExecutionLogger validationExecutionLogger) toString()
Methods inherited from class org.eclipse.rdf4j.sail.shacl.ast.planNodes.AbstractBulkJoinPlanNode
parseQuery, producesSorted, requiresSorted, runQuery
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.rdf4j.sail.shacl.ast.planNodes.PlanNode
isGuaranteedEmpty
-
Field Details
-
connection
-
leftNode
-
dataset
-
dataGraph
-
parsedQuery
-
query
-
printed
private boolean printed
-
-
Constructor Details
-
BulkedExternalLeftOuterJoin
public BulkedExternalLeftOuterJoin(PlanNode leftNode, SailConnection connection, Resource[] dataGraph, SparqlFragment query, Function<BindingSet, ValidationTuple> mapper)
-
-
Method Details
-
iterator
-
depth
public int depth() -
getPlanAsGraphvizDot
-
toString
-
getId
-
receiveLogger
-
equals
- Overrides:
equals
in classAbstractBulkJoinPlanNode
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAbstractBulkJoinPlanNode
-