Class AbstractBulkJoinPlanNode
- java.lang.Object
-
- org.eclipse.rdf4j.sail.shacl.ast.planNodes.AbstractBulkJoinPlanNode
-
- All Implemented Interfaces:
PlanNode
- Direct Known Subclasses:
BulkedExternalInnerJoin
,BulkedExternalLeftOuterJoin
public abstract class AbstractBulkJoinPlanNode extends Object implements PlanNode
-
-
Field Summary
Fields Modifier and Type Field Description static String
BINDING_NAME
protected static int
BULK_SIZE
protected Function<BindingSet,ValidationTuple>
mapper
-
Constructor Summary
Constructors Constructor Description AbstractBulkJoinPlanNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
boolean
producesSorted()
boolean
requiresSorted()
-
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, iterator, receiveLogger
-
-
-
-
Field Detail
-
BINDING_NAME
public static final String BINDING_NAME
- See Also:
- Constant Field Values
-
BULK_SIZE
protected static final int BULK_SIZE
- See Also:
- Constant Field Values
-
mapper
protected Function<BindingSet,ValidationTuple> mapper
-
-
Method Detail
-
producesSorted
public boolean producesSorted()
- Specified by:
producesSorted
in interfacePlanNode
-
requiresSorted
public boolean requiresSorted()
- Specified by:
requiresSorted
in interfacePlanNode
-
-