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 SailConnectionprivate final Resource[]private final Datasetprivate final PlanNodeprivate TupleExprprivate booleanprivate final StringFields inherited from class 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 TypeMethodDescriptionintdepth()booleangetId()voidgetPlanAsGraphvizDot(StringBuilder stringBuilder) inthashCode()CloseableIteration<? extends ValidationTuple, SailException> iterator()voidreceiveLogger(ValidationExecutionLogger validationExecutionLogger) toString()Methods inherited from class AbstractBulkJoinPlanNode
parseQuery, producesSorted, requiresSorted, runQueryMethods inherited from interface 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:
equalsin classAbstractBulkJoinPlanNode
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractBulkJoinPlanNode
-