Class BindSelect
- java.lang.Object
-
- org.eclipse.rdf4j.sail.shacl.ast.planNodes.BindSelect
-
-
Field Summary
Fields Modifier and Type Field Description private int
bulkSize
private SailConnection
connection
private Dataset
dataset
private EffectiveTarget.Extend
direction
private boolean
includePropertyShapeValues
private static org.slf4j.Logger
logger
private java.util.function.Function<BindingSet,ValidationTuple>
mapper
private java.lang.String
prefixes
private boolean
printed
private java.lang.String
query
private ConstraintComponent.Scope
scope
private PlanNode
source
private java.lang.StackTraceElement[]
stackTrace
private ValidationExecutionLogger
validationExecutionLogger
private java.util.List<java.lang.String>
varNames
private java.util.List<StatementMatcher.Variable<Value>>
vars
-
Constructor Summary
Constructors Constructor Description BindSelect(SailConnection connection, Resource[] dataGraph, SparqlFragment query, java.util.List<StatementMatcher.Variable<Value>> vars, PlanNode source, java.util.List<java.lang.String> varNames, ConstraintComponent.Scope scope, int bulkSize, EffectiveTarget.Extend direction, boolean includePropertyShapeValues)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
depth()
boolean
equals(java.lang.Object o)
java.lang.String
getId()
private TupleExpr
getParsedQuery(int targetChainSize)
void
getPlanAsGraphvizDot(java.lang.StringBuilder stringBuilder)
int
hashCode()
CloseableIteration<? extends ValidationTuple,SailException>
iterator()
boolean
producesSorted()
void
receiveLogger(ValidationExecutionLogger validationExecutionLogger)
boolean
requiresSorted()
java.lang.String
toString()
private void
updateQuery(TupleExpr parsedQuery, java.util.List<BindingSet> newBindindingset, int expectedSize)
-
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 Detail
-
logger
private static final org.slf4j.Logger logger
-
connection
private final SailConnection connection
-
dataset
private final Dataset dataset
-
mapper
private final java.util.function.Function<BindingSet,ValidationTuple> mapper
-
query
private final java.lang.String query
-
vars
private final java.util.List<StatementMatcher.Variable<Value>> vars
-
bulkSize
private final int bulkSize
-
source
private final PlanNode source
-
direction
private final EffectiveTarget.Extend direction
-
includePropertyShapeValues
private final boolean includePropertyShapeValues
-
varNames
private final java.util.List<java.lang.String> varNames
-
scope
private final ConstraintComponent.Scope scope
-
prefixes
private final java.lang.String prefixes
-
stackTrace
private java.lang.StackTraceElement[] stackTrace
-
printed
private boolean printed
-
validationExecutionLogger
private ValidationExecutionLogger validationExecutionLogger
-
-
Constructor Detail
-
BindSelect
public BindSelect(SailConnection connection, Resource[] dataGraph, SparqlFragment query, java.util.List<StatementMatcher.Variable<Value>> vars, PlanNode source, java.util.List<java.lang.String> varNames, ConstraintComponent.Scope scope, int bulkSize, EffectiveTarget.Extend direction, boolean includePropertyShapeValues)
-
-
Method Detail
-
updateQuery
private void updateQuery(TupleExpr parsedQuery, java.util.List<BindingSet> newBindindingset, int expectedSize)
-
iterator
public CloseableIteration<? extends ValidationTuple,SailException> iterator()
-
getParsedQuery
private TupleExpr getParsedQuery(int targetChainSize)
-
getPlanAsGraphvizDot
public void getPlanAsGraphvizDot(java.lang.StringBuilder stringBuilder)
- Specified by:
getPlanAsGraphvizDot
in interfacePlanNode
-
receiveLogger
public void receiveLogger(ValidationExecutionLogger validationExecutionLogger)
- Specified by:
receiveLogger
in interfacePlanNode
-
producesSorted
public boolean producesSorted()
- Specified by:
producesSorted
in interfacePlanNode
-
requiresSorted
public boolean requiresSorted()
- Specified by:
requiresSorted
in interfacePlanNode
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-