Class BindSelect
java.lang.Object
org.eclipse.rdf4j.sail.shacl.ast.planNodes.BindSelect
- All Implemented Interfaces:
PlanNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate final SailConnectionprivate final Datasetprivate final EffectiveTarget.Extendprivate final booleanprivate static final org.slf4j.Loggerprivate final Function<BindingSet, ValidationTuple> private final Stringprivate booleanprivate final Stringprivate final ConstraintComponent.Scopeprivate final PlanNodeprivate StackTraceElement[]private ValidationExecutionLoggerprivate final List<StatementMatcher.Variable<Value>> -
Constructor Summary
ConstructorsConstructorDescriptionBindSelect(SailConnection connection, Resource[] dataGraph, SparqlFragment query, List<StatementMatcher.Variable<Value>> vars, PlanNode source, List<String> varNames, ConstraintComponent.Scope scope, int bulkSize, EffectiveTarget.Extend direction, boolean includePropertyShapeValues) -
Method Summary
Modifier and TypeMethodDescriptionintdepth()booleangetId()private TupleExprgetParsedQuery(int targetChainSize) voidgetPlanAsGraphvizDot(StringBuilder stringBuilder) inthashCode()CloseableIteration<? extends ValidationTuple, SailException> iterator()booleanvoidreceiveLogger(ValidationExecutionLogger validationExecutionLogger) booleantoString()private voidupdateQuery(TupleExpr parsedQuery, List<BindingSet> newBindindingset, int expectedSize) Methods inherited from interface PlanNode
isGuaranteedEmpty
-
Field Details
-
logger
private static final org.slf4j.Logger logger -
connection
-
dataset
-
mapper
-
query
-
vars
-
bulkSize
private final int bulkSize -
source
-
direction
-
includePropertyShapeValues
private final boolean includePropertyShapeValues -
varNames
-
scope
-
prefixes
-
stackTrace
-
printed
private boolean printed -
validationExecutionLogger
-
-
Constructor Details
-
BindSelect
public BindSelect(SailConnection connection, Resource[] dataGraph, SparqlFragment query, List<StatementMatcher.Variable<Value>> vars, PlanNode source, List<String> varNames, ConstraintComponent.Scope scope, int bulkSize, EffectiveTarget.Extend direction, boolean includePropertyShapeValues)
-
-
Method Details
-
updateQuery
private void updateQuery(TupleExpr parsedQuery, List<BindingSet> newBindindingset, int expectedSize) -
iterator
-
getParsedQuery
-
depth
-
getPlanAsGraphvizDot
- Specified by:
getPlanAsGraphvizDotin interfacePlanNode
-
getId
-
receiveLogger
- Specified by:
receiveLoggerin interfacePlanNode
-
producesSorted
public boolean producesSorted()- Specified by:
producesSortedin interfacePlanNode
-
requiresSorted
public boolean requiresSorted()- Specified by:
requiresSortedin interfacePlanNode
-
equals
-
hashCode
-
toString
-