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