Class AbstractBulkJoinPlanNode
java.lang.Object
org.eclipse.rdf4j.sail.shacl.ast.planNodes.AbstractBulkJoinPlanNode
- All Implemented Interfaces:
PlanNode
- Direct Known Subclasses:
BulkedExternalInnerJoin
,BulkedExternalLeftOuterJoin
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
protected static final int
protected Function
<BindingSet, ValidationTuple> -
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.rdf4j.sail.shacl.ast.planNodes.PlanNode
depth, getId, getPlanAsGraphvizDot, isGuaranteedEmpty, iterator, receiveLogger
-
Field Details
-
BINDING_NAME
- See Also:
-
BULK_SIZE
protected static final int BULK_SIZE- See Also:
-
mapper
-
-
Constructor Details
-
AbstractBulkJoinPlanNode
public AbstractBulkJoinPlanNode()
-
-
Method Details
-
producesSorted
public boolean producesSorted()- Specified by:
producesSorted
in interfacePlanNode
-
requiresSorted
public boolean requiresSorted()- Specified by:
requiresSorted
in interfacePlanNode
-
equals
-
hashCode
public int hashCode()
-