Uses of Interface
org.eclipse.rdf4j.query.BindingSet
Packages that use BindingSet
Package
Description
Interfaces and classes for handling queries and query results.
Abstract Query Algebra model.
Implementations of
relevant to query evaluation.
invalid reference
Iteration
Functionality to convert tuple query results to and from the
Data Access Working Group Test Result Set RDF Vocabulary
The rdf4j SPARQL 1.1 parser.
A writer for the
SPARQL Query Results JSON Format
Parsers and writers for the
SPARQL Query Results XML Format
A repository wrapper which supports auto-loading of datasets specified in a query.
Helper and utility classes for the
SailRepository
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
Abstract base implementation and internal helper classes for Sail implementations.
A Sail implementation that supports full-text indexing via the Lucene API.
See discussion at https://github.com/eclipse/rdf4j/issues/1262
-
Uses of BindingSet in org.eclipse.rdf4j.collection.factory.api
Methods in org.eclipse.rdf4j.collection.factory.api that return BindingSetMethods in org.eclipse.rdf4j.collection.factory.api that return types with arguments of type BindingSetModifier and TypeMethodDescriptionCollectionFactory.createSetOfBindingSets()
default ToIntFunction
<BindingSet> CollectionFactory.hashOfBindingSetFuntion
(List<Function<BindingSet, Value>> getValues) Generate a method that calculates a hash code that is valid in context of a single store implementation and QueryExecutionContext.Methods in org.eclipse.rdf4j.collection.factory.api with parameters of type BindingSetModifier and TypeMethodDescriptionCollectionFactory.createBindingSetKey
(BindingSet bindingSet, List<Function<BindingSet, Value>> getValues, ToIntFunction<BindingSet> hashOfBindingSetCalculator) default int
CollectionFactory.hashAValue
(Function<BindingSet, Value> getValue, int nextHash, BindingSet bs) Hashes a value that complies with the hashCode/equals conception but only in context of this collection/factory storage layer.Method parameters in org.eclipse.rdf4j.collection.factory.api with type arguments of type BindingSetModifier and TypeMethodDescriptionCollectionFactory.createBindingSetKey
(BindingSet bindingSet, List<Function<BindingSet, Value>> getValues, ToIntFunction<BindingSet> hashOfBindingSetCalculator) CollectionFactory.createBindingSetKey
(BindingSet bindingSet, List<Function<BindingSet, Value>> getValues, ToIntFunction<BindingSet> hashOfBindingSetCalculator) default int
CollectionFactory.hashAValue
(Function<BindingSet, Value> getValue, int nextHash, BindingSet bs) Hashes a value that complies with the hashCode/equals conception but only in context of this collection/factory storage layer.default ToIntFunction
<BindingSet> CollectionFactory.hashOfBindingSetFuntion
(List<Function<BindingSet, Value>> getValues) Generate a method that calculates a hash code that is valid in context of a single store implementation and QueryExecutionContext. -
Uses of BindingSet in org.eclipse.rdf4j.collection.factory.impl
Methods in org.eclipse.rdf4j.collection.factory.impl that return types with arguments of type BindingSetMethods in org.eclipse.rdf4j.collection.factory.impl with parameters of type BindingSetModifier and TypeMethodDescriptionDefaultCollectionFactory.createBindingSetKey
(BindingSet bindingSet, List<Function<BindingSet, Value>> getValues, ToIntFunction<BindingSet> hashOfBindingSetCalculator) Method parameters in org.eclipse.rdf4j.collection.factory.impl with type arguments of type BindingSetModifier and TypeMethodDescriptionDefaultCollectionFactory.createBindingSetKey
(BindingSet bindingSet, List<Function<BindingSet, Value>> getValues, ToIntFunction<BindingSet> hashOfBindingSetCalculator) DefaultCollectionFactory.createBindingSetKey
(BindingSet bindingSet, List<Function<BindingSet, Value>> getValues, ToIntFunction<BindingSet> hashOfBindingSetCalculator) -
Uses of BindingSet in org.eclipse.rdf4j.common.concurrent.locks.diagnostics
Methods in org.eclipse.rdf4j.common.concurrent.locks.diagnostics that return BindingSet -
Uses of BindingSet in org.eclipse.rdf4j.query
Subinterfaces of BindingSet in org.eclipse.rdf4j.queryModifier and TypeInterfaceDescriptioninterface
A BindingSet is a set of named value bindings, which is used a.o.Classes in org.eclipse.rdf4j.query that implement BindingSetModifier and TypeClassDescriptionclass
Abstract base class forBindingSet
implementations, providing a.o.Fields in org.eclipse.rdf4j.query with type parameters of type BindingSetModifier and TypeFieldDescriptionprivate final DistinctIteration
<BindingSet, QueryEvaluationException> QueryResults.TupleQueryResultFilter.filter
Methods in org.eclipse.rdf4j.query that return BindingSetModifier and TypeMethodDescriptionOperation.getBindings()
Retrieves the bindings that have been set on this operation.QueryResults.TupleQueryResultFilter.next()
static BindingSet
QueryResults.singleResult
(TupleQueryResult result) Returns a single element from the query result.The QueryResult is automatically closed by this method.Methods in org.eclipse.rdf4j.query that return types with arguments of type BindingSetModifier and TypeMethodDescriptionprivate static List
<BindingSet> QueryResults.findMatchingBindingSets
(BindingSet st, Iterable<? extends BindingSet> model, Map<BNode, BNode> bNodeMapping) Methods in org.eclipse.rdf4j.query with parameters of type BindingSetModifier and TypeMethodDescriptionstatic boolean
QueryResults.bindingSetsCompatible
(BindingSet bs1, BindingSet bs2) Check whether twoBindingSet
s are compatible.private static boolean
QueryResults.bindingSetsMatch
(BindingSet bs1, BindingSet bs2, Map<BNode, BNode> bNodeMapping) private static List
<BindingSet> QueryResults.findMatchingBindingSets
(BindingSet st, Iterable<? extends BindingSet> model, Map<BNode, BNode> bNodeMapping) void
AbstractTupleQueryResultHandler.handleSolution
(BindingSet bindingSet) void
QueryResultHandler.handleSolution
(BindingSet bindingSet) Handles a solution.Method parameters in org.eclipse.rdf4j.query with type arguments of type BindingSetModifier and TypeMethodDescriptionprivate static List
<BindingSet> QueryResults.findMatchingBindingSets
(BindingSet st, Iterable<? extends BindingSet> model, Map<BNode, BNode> bNodeMapping) private static boolean
QueryResults.matchBindingSets
(List<? extends BindingSet> queryResult1, Iterable<? extends BindingSet> queryResult2) private static boolean
QueryResults.matchBindingSets
(List<? extends BindingSet> queryResult1, Iterable<? extends BindingSet> queryResult2) private static boolean
QueryResults.matchBindingSets
(List<? extends BindingSet> queryResult1, Iterable<? extends BindingSet> queryResult2, Map<BNode, BNode> bNodeMapping, int idx) A recursive method for finding a complete mapping between blank nodes in queryResult1 and blank nodes in queryResult2.private static boolean
QueryResults.matchBindingSets
(List<? extends BindingSet> queryResult1, Iterable<? extends BindingSet> queryResult2, Map<BNode, BNode> bNodeMapping, int idx) A recursive method for finding a complete mapping between blank nodes in queryResult1 and blank nodes in queryResult2. -
Uses of BindingSet in org.eclipse.rdf4j.query.algebra
Fields in org.eclipse.rdf4j.query.algebra with type parameters of type BindingSetMethods in org.eclipse.rdf4j.query.algebra that return types with arguments of type BindingSetMethod parameters in org.eclipse.rdf4j.query.algebra with type arguments of type BindingSetModifier and TypeMethodDescriptionvoid
BindingSetAssignment.setBindingSets
(Iterable<BindingSet> bindingSets) -
Uses of BindingSet in org.eclipse.rdf4j.query.algebra.evaluation
Classes in org.eclipse.rdf4j.query.algebra.evaluation that implement BindingSetModifier and TypeClassDescriptionclass
An array implementation of theBindingSet
interface.class
An implementation of theBindingSet
interface that is used to evalate query object models.Fields in org.eclipse.rdf4j.query.algebra.evaluation declared as BindingSetModifier and TypeFieldDescriptionprivate final BindingSet
QueryEvaluationStep.DelayedEvaluationIteration.bs
Deprecated, for removal: This API element is subject to removal in a future version.Fields in org.eclipse.rdf4j.query.algebra.evaluation with type parameters of type BindingSetModifier and TypeFieldDescriptionstatic final EmptyIteration
<BindingSet, QueryEvaluationException> QueryEvaluationStep.EMPTY_ITERATION
private final Function
<BindingSet, Value> QueryValueEvaluationStep.ApplyFunctionForEachBinding.function
Methods in org.eclipse.rdf4j.query.algebra.evaluation that return types with arguments of type BindingSetModifier and TypeMethodDescriptionprotected CloseableIteration
<? extends BindingSet, ? extends QueryEvaluationException> QueryEvaluationStep.DelayedEvaluationIteration.createIteration()
Deprecated, for removal: This API element is subject to removal in a future version.protected abstract CloseableIteration
<? extends BindingSet, QueryEvaluationException> AbstractQueryPreparer.evaluate
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int maxExecutionTime) EvaluationStrategy.evaluate
(Service expr, String serviceUri, CloseableIteration<BindingSet, QueryEvaluationException> bindings) Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.EvaluationStrategy.evaluate
(TupleExpr expr, BindingSet bindings) Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.QueryEvaluationStep.evaluate
(BindingSet bindings) Methods in org.eclipse.rdf4j.query.algebra.evaluation with parameters of type BindingSetModifier and TypeMethodDescriptionvoid
QueryBindingSet.addAll
(BindingSet bindingSet) protected abstract CloseableIteration
<? extends BindingSet, QueryEvaluationException> AbstractQueryPreparer.evaluate
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int maxExecutionTime) EvaluationStrategy.evaluate
(TupleExpr expr, BindingSet bindings) Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.EvaluationStrategy.evaluate
(ValueExpr expr, BindingSet bindings) Gets the value of this expression.QueryEvaluationStep.evaluate
(BindingSet bindings) QueryValueEvaluationStep.ApplyFunctionForEachBinding.evaluate
(BindingSet bindings) QueryValueEvaluationStep.ConstantQueryValueEvaluationStep.evaluate
(BindingSet bindings) QueryValueEvaluationStep.evaluate
(BindingSet bindings) QueryValueEvaluationStep.Fail.evaluate
(BindingSet bindings) QueryValueEvaluationStep.Minimal.evaluate
(BindingSet bindings) protected abstract void
AbstractQueryPreparer.execute
(UpdateExpr updateExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int maxExecutionTime) boolean
EvaluationStrategy.isTrue
(QueryValueEvaluationStep expr, BindingSet bindings) boolean
EvaluationStrategy.isTrue
(ValueExpr expr, BindingSet bindings) Evaluates the boolean expression on the supplied TripleSource object.EvaluationStrategy.optimize
(TupleExpr expr, EvaluationStatistics evaluationStatistics, BindingSet bindings) Execute theQueryOptimizerPipeline
on the givenTupleExpr
to optimize its execution plan.void
QueryOptimizer.optimize
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings) Method parameters in org.eclipse.rdf4j.query.algebra.evaluation with type arguments of type BindingSetModifier and TypeMethodDescriptionEvaluationStrategy.evaluate
(Service expr, String serviceUri, CloseableIteration<BindingSet, QueryEvaluationException> bindings) Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.static QueryEvaluationStep
QueryEvaluationStep.wrap
(QueryEvaluationStep qes, Function<CloseableIteration<BindingSet, QueryEvaluationException>, CloseableIteration<BindingSet, QueryEvaluationException>> wrap) Wrap an QueryEvalationStep: where we apply a function on every evaluation result of the wrapped EvaluationStep.static QueryEvaluationStep
QueryEvaluationStep.wrap
(QueryEvaluationStep qes, Function<CloseableIteration<BindingSet, QueryEvaluationException>, CloseableIteration<BindingSet, QueryEvaluationException>> wrap) Wrap an QueryEvalationStep: where we apply a function on every evaluation result of the wrapped EvaluationStep.Constructors in org.eclipse.rdf4j.query.algebra.evaluation with parameters of type BindingSetModifierConstructorDescriptionArrayBindingSet
(BindingSet toCopy, Set<String> names, String[] namesArray) Deprecated, for removal: This API element is subject to removal in a future version.QueryBindingSet
(BindingSet bindingSet) Constructor parameters in org.eclipse.rdf4j.query.algebra.evaluation with type arguments of type BindingSet -
Uses of BindingSet in org.eclipse.rdf4j.query.algebra.evaluation.federation
Methods in org.eclipse.rdf4j.query.algebra.evaluation.federation that return types with arguments of type BindingSetModifier and TypeMethodDescriptionFederatedService.evaluate
(Service service, CloseableIteration<BindingSet, QueryEvaluationException> bindings, String baseUri) Evaluate the provided SPARQL query at this federated service, possibilities for vectored evaluation.TupleFunctionFederatedService.evaluate
(Service service, CloseableIteration<BindingSet, QueryEvaluationException> bindings, String baseUri) FederatedService.select
(Service service, Set<String> projectionVars, BindingSet bindings, String baseUri) Evaluate the provided SPARQL query at this federated service.TupleFunctionFederatedService.select
(Service service, Set<String> projectionVars, BindingSet bindings, String baseUri) Methods in org.eclipse.rdf4j.query.algebra.evaluation.federation with parameters of type BindingSetModifier and TypeMethodDescriptionboolean
FederatedService.ask
(Service service, BindingSet bindings, String baseUri) Evaluate the provided SPARQL ASK query at this federated service.boolean
TupleFunctionFederatedService.ask
(Service service, BindingSet bindings, String baseUri) private static Value
TupleFunctionFederatedService.getValue
(Var var, BindingSet bs) FederatedService.select
(Service service, Set<String> projectionVars, BindingSet bindings, String baseUri) Evaluate the provided SPARQL query at this federated service.TupleFunctionFederatedService.select
(Service service, Set<String> projectionVars, BindingSet bindings, String baseUri) Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.federation with type arguments of type BindingSetModifier and TypeMethodDescriptionFederatedService.evaluate
(Service service, CloseableIteration<BindingSet, QueryEvaluationException> bindings, String baseUri) Evaluate the provided SPARQL query at this federated service, possibilities for vectored evaluation.TupleFunctionFederatedService.evaluate
(Service service, CloseableIteration<BindingSet, QueryEvaluationException> bindings, String baseUri) Constructors in org.eclipse.rdf4j.query.algebra.evaluation.federation with parameters of type BindingSetModifierConstructorDescriptionJoinExecutorBase
(CloseableIteration<T, QueryEvaluationException> leftIter, TupleExpr rightArg, BindingSet bindings) Deprecated.ServiceJoinIterator
(CloseableIteration<BindingSet, QueryEvaluationException> leftIter, Service service, BindingSet bindings, EvaluationStrategy strategy) Construct a service join iteration to use vectored evaluation.Constructor parameters in org.eclipse.rdf4j.query.algebra.evaluation.federation with type arguments of type BindingSetModifierConstructorDescriptionServiceCrossProductIteration
(CloseableIteration<BindingSet, QueryEvaluationException> resultIteration, List<BindingSet> inputBindings) Deprecated.ServiceCrossProductIteration
(CloseableIteration<BindingSet, QueryEvaluationException> resultIteration, List<BindingSet> inputBindings) Deprecated.ServiceJoinConversionIteration
(CloseableIteration<BindingSet, QueryEvaluationException> iter, List<BindingSet> bindings) Deprecated, for removal: This API element is subject to removal in a future version.ServiceJoinConversionIteration
(CloseableIteration<BindingSet, QueryEvaluationException> iter, List<BindingSet> bindings) Deprecated, for removal: This API element is subject to removal in a future version.ServiceJoinIterator
(CloseableIteration<BindingSet, QueryEvaluationException> leftIter, Service service, BindingSet bindings, EvaluationStrategy strategy) Construct a service join iteration to use vectored evaluation. -
Uses of BindingSet in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate with parameters of type BindingSetModifier and TypeMethodDescriptionvoid
StatisticalAggregateFunction.processAggregate
(BindingSet bindingSet, Predicate<Value> distinctValue, StatisticCollector collector) Constructor parameters in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate with type arguments of type BindingSetModifierConstructorDescriptionStatisticalAggregateFunction
(Function<BindingSet, Value> evaluationStep) -
Uses of BindingSet in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.stdev
Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.stdev with type arguments of type BindingSetModifier and TypeMethodDescriptionPopulationStandardDeviationAggregateFactory.buildFunction
(Function<BindingSet, Value> evaluationStep) StandardDeviationAggregateFactory.buildFunction
(Function<BindingSet, Value> evaluationStep) -
Uses of BindingSet in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.variance
Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.variance with type arguments of type BindingSetModifier and TypeMethodDescriptionPopulationVarianceAggregateFactory.buildFunction
(Function<BindingSet, Value> evaluationStep) VarianceAggregateFactory.buildFunction
(Function<BindingSet, Value> evaluationStep) -
Uses of BindingSet in org.eclipse.rdf4j.query.algebra.evaluation.impl
Fields in org.eclipse.rdf4j.query.algebra.evaluation.impl declared as BindingSetModifier and TypeFieldDescriptionprotected BindingSet
BindingAssigner.VarVisitor.bindings
Deprecated, for removal: This API element is subject to removal in a future version.Fields in org.eclipse.rdf4j.query.algebra.evaluation.impl with type parameters of type BindingSetModifier and TypeFieldDescription(package private) CloseableIteration
<BindingSet, QueryEvaluationException> DefaultEvaluationStrategy.ResultSizeCountingIterator.iterator
(package private) CloseableIteration
<BindingSet, QueryEvaluationException> DefaultEvaluationStrategy.TimedIterator.iterator
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl that return BindingSetModifier and TypeMethodDescriptionDefaultEvaluationStrategy.ResultSizeCountingIterator.next()
DefaultEvaluationStrategy.TimedIterator.next()
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl that return types with arguments of type BindingSetModifier and TypeMethodDescriptionDefaultEvaluationStrategy.evaluate
(ArbitraryLengthPath alp, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(BinaryTupleOperator expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(BindingSetAssignment bsa, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(DescribeOperator operator, BindingSet bindings) Deprecated.DefaultEvaluationStrategy.evaluate
(Difference difference, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Distinct distinct, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(EmptySet emptySet, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.(package private) static CloseableIteration
<BindingSet, QueryEvaluationException> DefaultEvaluationStrategy.evaluate
(TupleFunction func, List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues) DefaultEvaluationStrategy.evaluate
(Extension extension, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Filter filter, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Group node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Intersection intersection, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Join join, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(LeftJoin leftJoin, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(MultiProjection multiProjection, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Order node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Projection projection, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Reduced reduced, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Service service, String serviceUri, CloseableIteration<BindingSet, QueryEvaluationException> bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Service service, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(SingletonSet singletonSet, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Slice slice, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(StatementPattern statementPattern, BindingSet bindings) Deprecated.DefaultEvaluationStrategy.evaluate
(TripleRef ref, BindingSet bindings) evaluates a TripleRef node returning bindingsets from the matched Triple nodes in the dataset (or explore standard reification)DefaultEvaluationStrategy.evaluate
(TupleExpr expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(UnaryTupleOperator expr, BindingSet bindings) Deprecated.DefaultEvaluationStrategy.evaluate
(Union union, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(ZeroLengthPath zlp, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.QueryRootQueryEvaluationStep.evaluate
(BindingSet bs) ExtensionQueryEvaluationStep.evaluate
(BindingSet bs) TupleFunctionEvaluationStrategy.evaluate
(TupleFunction func, List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues) Deprecated, for removal: This API element is subject to removal in a future version.TupleFunctionEvaluationStrategy.evaluate
(TupleExpr expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.TupleFunctionEvaluationStrategy.evaluate
(TupleFunctionCall expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.ArrayBindingBasedQueryEvaluationContext.getBinding
(String variableName) default Function
<BindingSet, Binding> QueryEvaluationContext.getBinding
(String variableName) default Function
<BindingSet, Value> ArrayBindingBasedQueryEvaluationContext.hasBinding
(String variableName) default Predicate
<BindingSet> QueryEvaluationContext.hasBinding
(String variableName) Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type BindingSetModifier and TypeMethodDescriptionArrayBindingBasedQueryEvaluationContext.ValueGetter.apply
(BindingSet bs) ArrayBindingBasedQueryEvaluationContext.createBindingSet
(BindingSet bindings) default MutableBindingSet
QueryEvaluationContext.createBindingSet
(BindingSet bindings) DefaultEvaluationStrategy.evaluate
(And node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(ArbitraryLengthPath alp, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(BinaryTupleOperator expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(BindingSetAssignment bsa, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(BNodeGenerator node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Bound node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Coalesce node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(CompareAll node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(CompareAny node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Compare node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Datatype node, BindingSet bindings) DefaultEvaluationStrategy.evaluate
(DescribeOperator operator, BindingSet bindings) Deprecated.DefaultEvaluationStrategy.evaluate
(Difference difference, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Distinct distinct, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(EmptySet emptySet, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Now node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.(package private) static CloseableIteration
<BindingSet, QueryEvaluationException> DefaultEvaluationStrategy.evaluate
(TupleFunction func, List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues) DefaultEvaluationStrategy.evaluate
(Exists node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Extension extension, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Filter filter, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(FunctionCall node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Group node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(If node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(In node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Intersection intersection, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(IRIFunction node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(IsBNode node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(IsLiteral node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(IsNumeric node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(IsResource node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(IsURI node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Join join, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Label node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(LangMatches node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Lang node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(LeftJoin leftJoin, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Like node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(ListMemberOperator node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(LocalName node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(MathExpr node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(MultiProjection multiProjection, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Namespace node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Not node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Order node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Or node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Projection projection, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Reduced reduced, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Regex node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(SameTerm node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Service service, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(SingletonSet singletonSet, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Slice slice, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(StatementPattern statementPattern, BindingSet bindings) Deprecated.DefaultEvaluationStrategy.evaluate
(Str node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(TripleRef ref, BindingSet bindings) evaluates a TripleRef node returning bindingsets from the matched Triple nodes in the dataset (or explore standard reification)DefaultEvaluationStrategy.evaluate
(TupleExpr expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(UnaryTupleOperator expr, BindingSet bindings) Deprecated.DefaultEvaluationStrategy.evaluate
(Union union, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(ValueConstant valueConstant, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(ValueExpr expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(ValueExprTripleRef node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Var var, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(ZeroLengthPath zlp, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.QueryRootQueryEvaluationStep.evaluate
(BindingSet bs) ExtendedEvaluationStrategy.evaluate
(Compare node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.ExtendedEvaluationStrategy.evaluate
(MathExpr node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.ExtensionQueryEvaluationStep.evaluate
(BindingSet bs) TupleFunctionEvaluationStrategy.evaluate
(TupleFunction func, List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues) Deprecated, for removal: This API element is subject to removal in a future version.TupleFunctionEvaluationStrategy.evaluate
(TupleExpr expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.TupleFunctionEvaluationStrategy.evaluate
(TupleFunctionCall expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.private Value[]
DefaultEvaluationStrategy.evaluateAllArguments
(List<ValueExpr> args, QueryValueEvaluationStep[] argSteps, BindingSet bindings) static Value
DefaultEvaluationStrategy.getVarValue
(Var var, BindingSet bindings) boolean
DefaultEvaluationStrategy.isTrue
(QueryValueEvaluationStep expr, BindingSet bindings) boolean
DefaultEvaluationStrategy.isTrue
(ValueExpr expr, BindingSet bindings) DefaultEvaluationStrategy.optimize
(TupleExpr expr, EvaluationStatistics evaluationStatistics, BindingSet bindings) Execute theQueryOptimizerPipeline
on the givenTupleExpr
to optimize its execution plan.void
QueryJoinOptimizer.optimize
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.void
QueryModelNormalizer.optimize
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.void
QueryModelPruner.optimize
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings) Deprecated.Applies generally applicable optimizations: path expressions are sorted from more to less specific.boolean
ArrayBindingBasedQueryEvaluationContext.HasBinding.test
(BindingSet bs) Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.impl with type arguments of type BindingSetModifier and TypeMethodDescriptionDefaultEvaluationStrategy.evaluate
(Service service, String serviceUri, CloseableIteration<BindingSet, QueryEvaluationException> bindings) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type BindingSetModifierConstructorDescriptionVarVisitor
(BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.Constructor parameters in org.eclipse.rdf4j.query.algebra.evaluation.impl with type arguments of type BindingSetModifierConstructorDescriptionResultSizeCountingIterator
(CloseableIteration<BindingSet, QueryEvaluationException> iterator, QueryModelNode queryModelNode) TimedIterator
(CloseableIteration<BindingSet, QueryEvaluationException> iterator, QueryModelNode queryModelNode) -
Uses of BindingSet in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps
Fields in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps declared as BindingSetModifier and TypeFieldDescriptionprivate final BindingSet
StatementPatternQueryEvaluationStep.JoinStatementWithBindingSetIterator.bindings
Fields in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with type parameters of type BindingSetModifier and TypeFieldDescriptionprivate final Function
<BindingSet, MutableBindingSet> BindingSetAssignmentQueryEvaluationStep.bsMaker
private final Comparator
<BindingSet> OrderQueryEvaluationStep.cmp
private final Function
<BindingSet, CloseableIteration<BindingSet, QueryEvaluationException>> JoinQueryEvaluationStep.eval
private final Function
<BindingSet, CloseableIteration<BindingSet, QueryEvaluationException>> JoinQueryEvaluationStep.eval
private final Function
<BindingSet, Value> StatementPatternQueryEvaluationStep.getContextVar
private final Function
<BindingSet, Value> StatementPatternQueryEvaluationStep.getObjectVar
private final Function
<BindingSet, Value> StatementPatternQueryEvaluationStep.getPredicateVar
private final Function
<BindingSet, Value> StatementPatternQueryEvaluationStep.getSubjectVar
private final Function
<BindingSet, QueryEvaluationStep.DelayedEvaluationIteration> IntersectionQueryEvaluationStep.rightArgDelayed
private final Function
<BindingSet, QueryEvaluationStep.DelayedEvaluationIteration> MinusQueryEvaluationStep.rightQes
private final Supplier
<Set<BindingSet>> IntersectionQueryEvaluationStep.setMaker
private final Predicate
<BindingSet> StatementPatternQueryEvaluationStep.unboundTest
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps that return BindingSetModifier and TypeMethodDescriptionprivate BindingSet
private BindingSet
StatementPatternQueryEvaluationStep.ConvertStatementToBindingSetIterator.next()
StatementPatternQueryEvaluationStep.JoinStatementWithBindingSetIterator.next()
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps that return types with arguments of type BindingSetModifier and TypeMethodDescriptionstatic Predicate
<BindingSet> UnboundTest.c
(QueryEvaluationContext context, Var c) BindingSetAssignmentQueryEvaluationStep.evaluate
(BindingSet bindings) IntersectionQueryEvaluationStep.evaluate
(BindingSet bs) JoinQueryEvaluationStep.evaluate
(BindingSet bindings) LeftJoinQueryEvaluationStep.evaluate
(BindingSet bindings) MinusQueryEvaluationStep.evaluate
(BindingSet bindings) OrderQueryEvaluationStep.evaluate
(BindingSet bs) ProjectionQueryEvaluationStep.evaluate
(BindingSet bindings) RdfStarQueryEvaluationStep.evaluate
(BindingSet bindings) ReificationRdfStarQueryEvaluationStep.evaluate
(BindingSet bindings) ServiceQueryEvaluationStep.evaluate
(BindingSet bindings) SliceQueryEvaluationStep.OffSetAndLimitQueryEvaluationStep.evaluate
(BindingSet bs) SliceQueryEvaluationStep.OnlyLimitQueryEvaluationStep.evaluate
(BindingSet bs) SliceQueryEvaluationStep.OnlyOffsetQueryEvaluationStep.evaluate
(BindingSet bs) StatementPatternQueryEvaluationStep.evaluate
(BindingSet bindings) UnionQueryEvaluationStep.evaluate
(BindingSet bindings) ZeroLengthPathEvaluationStep.evaluate
(BindingSet bindings) private static Predicate
<BindingSet> StatementPatternQueryEvaluationStep.getUnboundTest
(QueryEvaluationContext context, Var s, Var p, Var o, Var c) private static Function
<BindingSet, Value> StatementPatternQueryEvaluationStep.makeGetVarValue
(Var var, QueryEvaluationContext context) static Predicate
<BindingSet> UnboundTest.o
(QueryEvaluationContext context, Var o) static Predicate
<BindingSet> UnboundTest.oc
(QueryEvaluationContext context, Var o, Var c) static Predicate
<BindingSet> UnboundTest.p
(QueryEvaluationContext context, Var p) static Predicate
<BindingSet> UnboundTest.pc
(QueryEvaluationContext context, Var p, Var c) static Predicate
<BindingSet> UnboundTest.po
(QueryEvaluationContext context, Var p, Var o) static Predicate
<BindingSet> UnboundTest.poc
(QueryEvaluationContext context, Var p, Var o, Var c) static Predicate
<BindingSet> UnboundTest.s
(QueryEvaluationContext context, Var s) static Predicate
<BindingSet> UnboundTest.sc
(QueryEvaluationContext context, Var s, Var c) static Predicate
<BindingSet> UnboundTest.so
(QueryEvaluationContext context, Var s, Var o) static Predicate
<BindingSet> UnboundTest.soc
(QueryEvaluationContext context, Var s, Var o, Var c) static Predicate
<BindingSet> UnboundTest.sp
(QueryEvaluationContext context, Var s, Var p) static Predicate
<BindingSet> UnboundTest.spc
(QueryEvaluationContext context, Var s, Var p, Var c) static Predicate
<BindingSet> UnboundTest.spo
(QueryEvaluationContext context, Var s, Var p, Var o) static Predicate
<BindingSet> Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with parameters of type BindingSetModifier and TypeMethodDescriptionBindingSetAssignmentQueryEvaluationStep.evaluate
(BindingSet bindings) IntersectionQueryEvaluationStep.evaluate
(BindingSet bs) JoinQueryEvaluationStep.evaluate
(BindingSet bindings) LeftJoinQueryEvaluationStep.evaluate
(BindingSet bindings) MinusQueryEvaluationStep.evaluate
(BindingSet bindings) OrderQueryEvaluationStep.evaluate
(BindingSet bs) ProjectionQueryEvaluationStep.evaluate
(BindingSet bindings) RdfStarQueryEvaluationStep.evaluate
(BindingSet bindings) RegexValueEvaluationStepSupplier.ChangingRegexQueryValueEvaluationStep.evaluate
(BindingSet bindings) ReificationRdfStarQueryEvaluationStep.evaluate
(BindingSet bindings) ServiceQueryEvaluationStep.evaluate
(BindingSet bindings) SliceQueryEvaluationStep.OffSetAndLimitQueryEvaluationStep.evaluate
(BindingSet bs) SliceQueryEvaluationStep.OnlyLimitQueryEvaluationStep.evaluate
(BindingSet bs) SliceQueryEvaluationStep.OnlyOffsetQueryEvaluationStep.evaluate
(BindingSet bs) StatementPatternQueryEvaluationStep.evaluate
(BindingSet bindings) UnionQueryEvaluationStep.evaluate
(BindingSet bindings) ZeroLengthPathEvaluationStep.evaluate
(BindingSet bindings) StatementPatternQueryEvaluationStep.getIteration
(BindingSet bindings) protected ZeroLengthPathIteration
ZeroLengthPathEvaluationStep.getZeroLengthPathIterator
(BindingSet bindings, Var subjectVar, Var objVar, Var contextVar, Value subj, Value obj, QueryEvaluationContext context) Constructors in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with parameters of type BindingSetModifierConstructorDescriptionprivate
JoinStatementWithBindingSetIterator
(CloseableIteration<? extends Statement, ? extends QueryEvaluationException> iteration, BiConsumer<MutableBindingSet, Statement> action, BindingSet bindings, QueryEvaluationContext context) Constructor parameters in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with type arguments of type BindingSetModifierConstructorDescriptionIntersectionQueryEvaluationStep
(QueryEvaluationStep leftArg, QueryEvaluationStep rightArg, Supplier<Set<BindingSet>> setMaker) OrderQueryEvaluationStep
(Comparator<BindingSet> cmp, long limit, boolean reduced, QueryEvaluationStep preparedArg, long iterationCacheSyncThreshold) -
Uses of BindingSet in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.values
Fields in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.values with type parameters of type BindingSetModifier and TypeFieldDescriptionprivate final Function
<BindingSet, Value> CompareAllQueryValueEvaluationStep.getValue
private final Function
<BindingSet, Value> CompareAnyValueEvaluationStep.getValue
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.values with parameters of type BindingSetModifier and TypeMethodDescriptionprivate static Value
QueryValueEvaluationStepSupplier.bound
(QueryValueEvaluationStep arg, BindingSet bindings) private static Value
QueryValueEvaluationStepSupplier.datatype
(QueryValueEvaluationStep arg, BindingSet bindings) AndValueEvaluationStep.evaluate
(BindingSet bindings) CompareAllQueryValueEvaluationStep.evaluate
(BindingSet bindings) CompareAnyValueEvaluationStep.evaluate
(BindingSet bindings) ExistsQueryValueEvaluationStep.evaluate
(BindingSet bindings) IfValueEvaluationStep.evaluate
(BindingSet bindings) InValueEvaluationStep.evaluate
(BindingSet bindings) ListMemberValueOperationStep.evaluate
(BindingSet bindings) OrValueEvaluationStep.evaluate
(BindingSet bindings) ValueExprTripleRefEvaluationStep.evaluate
(BindingSet bindings) private static Value
QueryValueEvaluationStepSupplier.label
(QueryValueEvaluationStep arg, BindingSet bindings, ValueFactory vf) private static Value
QueryValueEvaluationStepSupplier.lang
(QueryValueEvaluationStep arg, BindingSet bindings, ValueFactory valueFactory) private static Value
QueryValueEvaluationStepSupplier.localName
(QueryValueEvaluationStep arg, BindingSet bindings, ValueFactory valueFactory) private static Value
QueryValueEvaluationStepSupplier.namespace
(QueryValueEvaluationStep arg, BindingSet bindings, ValueFactory valueFactory) private static Value
QueryValueEvaluationStepSupplier.str
(QueryValueEvaluationStep arg, ValueFactory valueFactory, BindingSet bindings) Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.values with type arguments of type BindingSetModifier and TypeMethodDescriptionprivate static QueryValueEvaluationStep
QueryValueEvaluationStepSupplier.make
(QueryValueEvaluationStep arg, String errorMessage, Function<BindingSet, Value> function) -
Uses of BindingSet in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Fields in org.eclipse.rdf4j.query.algebra.evaluation.iterator declared as BindingSetModifier and TypeFieldDescriptionprivate final BindingSet
PathIteration.bindings
private final BindingSet
ZeroLengthPathIteration.bindings
private final BindingSet
DelayedEvaluationIteration.bs
private BindingSet
DescribeIteration.currentBindings
Deprecated.private BindingSet
MultiProjectionIterator.currentBindings
protected BindingSet
CrossProductIteration.currentInputBinding
private BindingSet
BottomUpJoinIterator.currentScanElem
Deprecated.private BindingSet
HashJoinIteration.currentScanElem
private final BindingSet
BadlyDesignedLeftJoinIterator.inputBindings
private final BindingSet
CompatibleBindingSetFilter.inputBindings
Deprecated.protected BindingSet
DescribeIteration.parentBindings
Deprecated.private final BindingSet
GroupIterator.parentBindings
private final BindingSet
MultiProjectionIterator.parentBindings
private final BindingSet[]
MultiProjectionIterator.previousBindings
private final BindingSet
GroupIterator.Entry.prototype
Fields in org.eclipse.rdf4j.query.algebra.evaluation.iterator with type parameters of type BindingSetModifier and TypeFieldDescriptionprivate static final Predicate
<BindingSet> GroupIterator.ALWAYS_TRUE_BINDING_SET
private final Function
<BindingSet, MutableBindingSet> HashJoinIteration.bsMaker
private final Comparator
<BindingSet> OrderIterator.comparator
Deprecated.DescribeIteration.currentDescribeExprIter
Deprecated.PathIteration.currentIter
private final Set
<BindingSet> GroupIterator.DistinctBindingSets.distinctValues
private Set
<BindingSet> SPARQLMinusIteration.excludeSet
Deprecated.private Map
<BindingSet, List<BindingSet>> BottomUpJoinIterator.hashTable
Deprecated.private Map
<BindingSet, List<BindingSet>> BottomUpJoinIterator.hashTable
Deprecated.private Map
<BindingSetHashKey, List<BindingSet>> HashJoinIteration.hashTable
private List
<BindingSet> BottomUpJoinIterator.hashTableValues
Deprecated.private Iterator
<BindingSet> HashJoinIteration.hashTableValues
protected final List
<BindingSet> CrossProductIteration.inputBindings
protected Iterator
<BindingSet> CrossProductIteration.inputBindingsIterator
DelayedEvaluationIteration.iter
private final CloseableIteration
<BindingSet, QueryEvaluationException> MultiProjectionIterator.iter
private final CloseableIteration
<BindingSet, QueryEvaluationException> OrderIterator.iter
Deprecated.private final CloseableIteration
<? extends BindingSet, QueryEvaluationException> QueryContextIteration.iter
ZeroLengthPathIteration.iter
private final CloseableIteration
<BindingSet, QueryEvaluationException> BottomUpJoinIterator.leftIter
Deprecated.private final CloseableIteration
<BindingSet, QueryEvaluationException> HashJoinIteration.leftIter
private final CloseableIteration
<BindingSet, QueryEvaluationException> JoinIterator.leftIter
private final CloseableIteration
<BindingSet, QueryEvaluationException> LeftJoinIterator.leftIter
private final IntFunction
<Map<BindingSetHashKey, List<BindingSet>>> HashJoinIteration.mapMaker
private final IntFunction
<List<BindingSet>> HashJoinIteration.mapValueMaker
private final BiConsumer
<MutableBindingSet, BindingSet> ProjectionIterator.projector
Deprecated.BottomUpJoinIterator.restIter
Deprecated.HashJoinIteration.restIter
protected final CloseableIteration
<BindingSet, QueryEvaluationException> CrossProductIteration.resultIteration
private final Function
<BindingSet, BindingSet> FilterIterator.retain
Deprecated.private final Function
<BindingSet, BindingSet> FilterIterator.retain
Deprecated.private final Iteration
<BindingSet, X> SPARQLMinusIteration.rightArg
Deprecated.private final CloseableIteration
<BindingSet, QueryEvaluationException> BottomUpJoinIterator.rightIter
Deprecated.private final CloseableIteration
<BindingSet, QueryEvaluationException> HashJoinIteration.rightIter
JoinIterator.rightIter
LeftJoinIterator.rightIter
private List
<BindingSet> BottomUpJoinIterator.scanList
Deprecated.private Iterator
<BindingSet> HashJoinIteration.scanList
private final List
<OrderIterator.SerializedQueue<BindingSet>> OrderIterator.serialized
Deprecated.private final Iteration
<BindingSet, QueryEvaluationException> DescribeIteration.sourceIter
Deprecated.Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator that return BindingSetModifier and TypeMethodDescriptionprivate BindingSet
BottomUpJoinIterator.calcKey
(BindingSet bindings, Set<String> commonVars) Deprecated.ExtensionIterator.convert
(BindingSet sourceBindings) Deprecated.protected BindingSet
ProjectionIterator.convert
(BindingSet sourceBindings) Deprecated.protected BindingSet
BadlyDesignedLeftJoinIterator.getNextElement()
protected BindingSet
BottomUpJoinIterator.getNextElement()
Deprecated.protected BindingSet
CrossProductIteration.getNextElement()
protected BindingSet
DescribeIteration.getNextElement()
Deprecated.protected BindingSet
HashJoinIteration.getNextElement()
protected BindingSet
JoinIterator.getNextElement()
protected BindingSet
LeftJoinIterator.getNextElement()
protected BindingSet
MultiProjectionIterator.getNextElement()
protected BindingSet
PathIteration.getNextElement()
protected BindingSet
ZeroLengthPathIteration.getNextElement()
GroupIterator.Entry.getPrototype()
DelayedEvaluationIteration.next()
Calls the next method of the underlying iteration.GroupIterator.next()
QueryContextIteration.next()
static BindingSet
ProjectionIterator.project
(ProjectionElemList projElemList, BindingSet sourceBindings, BindingSet parentBindings) Deprecated.static BindingSet
ProjectionIterator.project
(ProjectionElemList projElemList, BindingSet sourceBindings, BindingSet parentBindings, boolean includeAllParentBindings) Deprecated.protected BindingSet
BottomUpJoinIterator.removeFirstElement
(List<BindingSet> list) Deprecated.Remove the first (0 index) element from a BindingSet list.private BindingSet
PathIteration.removeIntermediateJoinVars
(QueryBindingSet nextElement) Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator that return types with arguments of type BindingSetModifier and TypeMethodDescriptionprivate BiConsumer
<MutableBindingSet, BindingSet> ProjectionIterator.andThen
(BiConsumer<MutableBindingSet, BindingSet> consumer, BiConsumer<MutableBindingSet, BindingSet> next) Deprecated.private static Function
<BindingSet, BindingSet> FilterIterator.buildRetainFunction
(Filter filter, QueryEvaluationContext context) Deprecated.private static Function
<BindingSet, BindingSet> FilterIterator.buildRetainFunction
(Filter filter, QueryEvaluationContext context) Deprecated.protected CloseableIteration
<BindingSet, QueryEvaluationException> DelayedEvaluationIteration.createIteration()
protected Iteration
<BindingSet, QueryEvaluationException> OrderIterator.createIteration()
Deprecated.ZeroLengthPathIteration.createIteration()
private Iterator
<BindingSet> GroupIterator.createIterator()
protected CloseableIteration
<BindingSet, QueryEvaluationException> DescribeIteration.createNextIteration
(Value subject, Value object) Deprecated.protected Iteration
<BindingSet, X> SPARQLMinusIteration.getRightArg()
Deprecated.protected Map
<BindingSetHashKey, List<BindingSet>> HashJoinIteration.makeHashTable
(int initialSize) Utility methods to make it easier to inserted custom store dependent mapsprotected List
<BindingSet> HashJoinIteration.makeHashValue
(int currentMaxListSize) Utility methods to make it easier to inserted custom store dependent listprotected Collection
<BindingSet> HashJoinIteration.makeIterationCache
(CloseableIteration<BindingSet, QueryEvaluationException> iter) Utility methods to make it easier to inserted custom store dependent listprotected List
<BindingSet> BottomUpJoinIterator.makeList()
Deprecated.Utility methods to make it easier to inserted custom store dependent listprotected List
<BindingSet> BottomUpJoinIterator.makeList
(List<BindingSet> key) Deprecated.Utility methods to make it easier to inserted custom store dependent listprotected Map
<BindingSet, List<BindingSet>> BottomUpJoinIterator.makeMap()
Deprecated.Utility methods to make it easier to inserted custom store dependent mapsprotected Map
<BindingSet, List<BindingSet>> BottomUpJoinIterator.makeMap()
Deprecated.Utility methods to make it easier to inserted custom store dependent mapsprotected Set
<BindingSet> SPARQLMinusIteration.makeSet()
Deprecated.protected Set
<BindingSet> SPARQLMinusIteration.makeSet
(Iteration<BindingSet, X> rightArg) Deprecated.private BiConsumer
<BindingSet, MutableBindingSet> GroupIterator.makeSetAValue
(List<Function<BindingSet, Value>> getValues, List<BiConsumer<Value, MutableBindingSet>> setBindings, int i) private BiConsumer
<BindingSet, MutableBindingSet> GroupIterator.makeSetValues
(List<Function<BindingSet, Value>> getValues, List<BiConsumer<Value, MutableBindingSet>> setBindings) Build a single method that sets all values without a loop or lookups during evaluation.private Map
<BindingSetHashKey, List<BindingSet>> HashJoinIteration.setupHashTable()
private Stream
<BindingSet> OrderIterator.sort
(Collection<BindingSet> collection) Deprecated.Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type BindingSetModifier and TypeMethodDescriptionprotected boolean
CompatibleBindingSetFilter.accept
(BindingSet outputBindings) Deprecated.protected boolean
FilterIterator.accept
(BindingSet bindings) Deprecated.protected boolean
SPARQLMinusIteration.accept
(BindingSet bindingSet) Deprecated.protected void
BottomUpJoinIterator.add
(List<BindingSet> leftArgResults, BindingSet b) Deprecated.void
GroupIterator.Entry.addSolution
(BindingSet bs, List<GroupIterator.AggregatePredicateCollectorSupplier<?, ?>> operators) GroupIterator.QueryStepEvaluator.apply
(BindingSet bindings) private BindingSet
BottomUpJoinIterator.calcKey
(BindingSet bindings, Set<String> commonVars) Deprecated.ExtensionIterator.convert
(BindingSet sourceBindings) Deprecated.protected BindingSet
ProjectionIterator.convert
(BindingSet sourceBindings) Deprecated.static BindingSetHashKey
BindingSetHashKey.create
(String[] varNames, BindingSet bindings) private static QueryBindingSet
BadlyDesignedLeftJoinIterator.getFilteredBindings
(BindingSet bindings, Set<String> problemVars) private Value
PathIteration.getVarValue
(Var var, boolean fixedValue, BindingSet bindingSet) protected boolean
PathIteration.isUnbound
(Var var, BindingSet bindings) private static QueryBindingSet
ProjectionIterator.makeNewQueryBindings
(BindingSet parentBindings, boolean includeAllParentBindings) Deprecated.private void
GroupIterator.AggregatePredicateCollectorSupplier.operate
(BindingSet bs, Predicate<?> predicate, Object t) void
GroupIterator.AvgAggregate.processAggregate
(BindingSet s, Predicate<Value> distinctValue, GroupIterator.AvgCollector avg) void
GroupIterator.ConcatAggregate.processAggregate
(BindingSet s, Predicate<Value> distinctValue, GroupIterator.StringBuilderCollector collector) void
GroupIterator.CountAggregate.processAggregate
(BindingSet s, Predicate<Value> distinctValue, GroupIterator.CountCollector agv) void
GroupIterator.MaxAggregate.processAggregate
(BindingSet s, Predicate<Value> distinctValue, GroupIterator.ValueCollector max) void
GroupIterator.MinAggregate.processAggregate
(BindingSet s, Predicate<Value> distinctValue, GroupIterator.ValueCollector min) void
GroupIterator.SampleAggregate.processAggregate
(BindingSet s, Predicate<Value> distinct, GroupIterator.SampleCollector sample) void
GroupIterator.SumAggregate.processAggregate
(BindingSet s, Predicate<Value> distinctValue, GroupIterator.IntegerCollector sum) void
GroupIterator.WildCardCountAggregate.processAggregate
(BindingSet s, Predicate<BindingSet> distinctValue, GroupIterator.CountCollector agv) static BindingSet
ProjectionIterator.project
(ProjectionElemList projElemList, BindingSet sourceBindings, BindingSet parentBindings) Deprecated.static BindingSet
ProjectionIterator.project
(ProjectionElemList projElemList, BindingSet sourceBindings, BindingSet parentBindings, boolean includeAllParentBindings) Deprecated.protected void
BottomUpJoinIterator.put
(Map<BindingSet, List<BindingSet>> hashTable, BindingSet hashKey, List<BindingSet> hashValue) Deprecated.boolean
GroupIterator.DistinctBindingSets.test
(BindingSet value) Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.iterator with type arguments of type BindingSetModifier and TypeMethodDescriptionprotected void
BottomUpJoinIterator.add
(List<BindingSet> leftArgResults, BindingSet b) Deprecated.protected void
BottomUpJoinIterator.addAll
(List<BindingSet> hashTableValues, List<BindingSet> values) Deprecated.private BiConsumer
<MutableBindingSet, BindingSet> ProjectionIterator.andThen
(BiConsumer<MutableBindingSet, BindingSet> consumer, BiConsumer<MutableBindingSet, BindingSet> next) Deprecated.protected void
HashJoinIteration.disposeCache
(Iterator<BindingSet> iter) Utility methods to clear-up in case not using in-memory cache.protected void
HashJoinIteration.disposeHashTable
(Map<BindingSetHashKey, List<BindingSet>> map) Utility methods to clear-up in case not using in-memory hash table.protected Collection
<BindingSet> HashJoinIteration.makeIterationCache
(CloseableIteration<BindingSet, QueryEvaluationException> iter) Utility methods to make it easier to inserted custom store dependent listprotected List
<BindingSet> BottomUpJoinIterator.makeList
(List<BindingSet> key) Deprecated.Utility methods to make it easier to inserted custom store dependent listprotected Set
<BindingSet> SPARQLMinusIteration.makeSet
(Iteration<BindingSet, X> rightArg) Deprecated.private BiConsumer
<BindingSet, MutableBindingSet> GroupIterator.makeSetAValue
(List<Function<BindingSet, Value>> getValues, List<BiConsumer<Value, MutableBindingSet>> setBindings, int i) private BiConsumer
<BindingSet, MutableBindingSet> GroupIterator.makeSetValues
(List<Function<BindingSet, Value>> getValues, List<BiConsumer<Value, MutableBindingSet>> setBindings) Build a single method that sets all values without a loop or lookups during evaluation.void
GroupIterator.WildCardCountAggregate.processAggregate
(BindingSet s, Predicate<BindingSet> distinctValue, GroupIterator.CountCollector agv) protected void
BottomUpJoinIterator.put
(Map<BindingSet, List<BindingSet>> hashTable, BindingSet hashKey, List<BindingSet> hashValue) Deprecated.protected void
BottomUpJoinIterator.put
(Map<BindingSet, List<BindingSet>> hashTable, BindingSet hashKey, List<BindingSet> hashValue) Deprecated.protected void
BottomUpJoinIterator.put
(Map<BindingSet, List<BindingSet>> hashTable, BindingSet hashKey, List<BindingSet> hashValue) Deprecated.protected void
HashJoinIteration.putHashTableEntry
(Map<BindingSetHashKey, List<BindingSet>> nextHashTable, BindingSetHashKey hashKey, List<BindingSet> hashValue, boolean newEntry) protected void
HashJoinIteration.putHashTableEntry
(Map<BindingSetHashKey, List<BindingSet>> nextHashTable, BindingSetHashKey hashKey, List<BindingSet> hashValue, boolean newEntry) protected BindingSet
BottomUpJoinIterator.removeFirstElement
(List<BindingSet> list) Deprecated.Remove the first (0 index) element from a BindingSet list.private Stream
<BindingSet> OrderIterator.sort
(Collection<BindingSet> collection) Deprecated.Constructors in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type BindingSetModifierConstructorDescriptionBadlyDesignedLeftJoinIterator
(EvaluationStrategy strategy, LeftJoin join, BindingSet inputBindings, Set<String> problemVars, QueryEvaluationContext context) BadlyDesignedLeftJoinIterator
(QueryEvaluationStep left, QueryEvaluationStep right, QueryValueEvaluationStep joinCondition, BindingSet inputBindings, Set<String> problemVars) BottomUpJoinIterator
(EvaluationStrategy strategy, Join join, BindingSet bindings) Deprecated.CompatibleBindingSetFilter
(CloseableIteration<BindingSet, QueryEvaluationException> iter, BindingSet inputBindings) Deprecated.DescribeIteration
(Iteration<BindingSet, QueryEvaluationException> sourceIter, EvaluationStrategy strategy, Set<String> describeExprNames, BindingSet parentBindings) Deprecated.Entry
(BindingSet prototype, List<AggregateCollector> collectors, List<Predicate<?>> predicates) GroupIterator
(EvaluationStrategy strategy, Group group, BindingSet parentBindings, long iterationCacheSyncThreshold, QueryEvaluationContext context) Deprecated.GroupIterator
(EvaluationStrategy strategy, Group group, BindingSet parentBindings, long iterationCacheSyncThreshold, QueryEvaluationContext context, ValueFactory vf, CollectionFactory cf) GroupIterator
(EvaluationStrategy strategy, Group group, BindingSet parentBindings, QueryEvaluationContext context) HashJoinIteration
(EvaluationStrategy strategy, Join join, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.HashJoinIteration
(EvaluationStrategy strategy, LeftJoin join, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.HashJoinIteration
(EvaluationStrategy strategy, TupleExpr left, TupleExpr right, BindingSet bindings, boolean leftJoin) HashJoinIteration
(QueryEvaluationStep left, QueryEvaluationStep right, BindingSet bindings, boolean leftJoin, String[] joinAttributes, QueryEvaluationContext context) JoinIterator
(EvaluationStrategy strategy, QueryEvaluationStep leftPrepared, QueryEvaluationStep rightPrepared, Join join, BindingSet bindings) JoinIterator
(EvaluationStrategy strategy, Join join, BindingSet bindings, QueryEvaluationContext context) LeftJoinIterator
(EvaluationStrategy strategy, LeftJoin join, BindingSet bindings, QueryEvaluationContext context) LeftJoinIterator
(QueryEvaluationStep left, QueryEvaluationStep right, QueryValueEvaluationStep joinCondition, BindingSet bindings, Set<String> scopeBindingNamse) MultiProjectionIterator
(MultiProjection multiProjection, CloseableIteration<BindingSet, QueryEvaluationException> iter, BindingSet bindings) PathIteration
(EvaluationStrategy strategy, StatementPattern.Scope scope, Var startVar, TupleExpr pathExpression, Var endVar, Var contextVar, long minLength, BindingSet bindings) ProjectionIterator
(Projection projection, CloseableIteration<BindingSet, QueryEvaluationException> iter, BindingSet parentBindings, QueryEvaluationContext context) Deprecated.ZeroLengthPathIteration
(EvaluationStrategy evaluationStrategyImpl, Var subjectVar, Var objVar, Value subj, Value obj, Var contextVar, BindingSet bindings, QueryEvaluationContext context) Constructor parameters in org.eclipse.rdf4j.query.algebra.evaluation.iterator with type arguments of type BindingSetModifierConstructorDescriptionAvgAggregate
(Function<BindingSet, Value> operator) CompatibleBindingSetFilter
(CloseableIteration<BindingSet, QueryEvaluationException> iter, BindingSet inputBindings) Deprecated.ConcatAggregate
(Function<BindingSet, Value> f, String seperator) CrossProductIteration
(CloseableIteration<BindingSet, QueryEvaluationException> resultIteration, List<BindingSet> inputBindings) CrossProductIteration
(CloseableIteration<BindingSet, QueryEvaluationException> resultIteration, List<BindingSet> inputBindings) DescribeIteration
(Iteration<BindingSet, QueryEvaluationException> sourceIter, EvaluationStrategy strategy, Set<String> describeExprNames, BindingSet parentBindings) Deprecated.ExtensionIterator
(CloseableIteration<BindingSet, QueryEvaluationException> iter, Consumer<MutableBindingSet> setter, QueryEvaluationContext context) Deprecated.ExtensionIterator
(Extension extension, CloseableIteration<BindingSet, QueryEvaluationException> iter, EvaluationStrategy strategy, QueryEvaluationContext context) Deprecated.private
FilterIterator
(CloseableIteration<BindingSet, QueryEvaluationException> iter, QueryValueEvaluationStep condition, EvaluationStrategy strategy, Function<BindingSet, BindingSet> retain) Deprecated.private
FilterIterator
(CloseableIteration<BindingSet, QueryEvaluationException> iter, QueryValueEvaluationStep condition, EvaluationStrategy strategy, Function<BindingSet, BindingSet> retain) Deprecated.private
FilterIterator
(CloseableIteration<BindingSet, QueryEvaluationException> iter, QueryValueEvaluationStep condition, EvaluationStrategy strategy, Function<BindingSet, BindingSet> retain) Deprecated.FilterIterator
(Filter filter, CloseableIteration<BindingSet, QueryEvaluationException> iter, QueryValueEvaluationStep condition, EvaluationStrategy strategy) Deprecated.HashJoinIteration
(CloseableIteration<BindingSet, QueryEvaluationException> leftIter, Set<String> leftBindingNames, CloseableIteration<BindingSet, QueryEvaluationException> rightIter, Set<String> rightBindingNames, boolean leftJoin) HashJoinIteration
(CloseableIteration<BindingSet, QueryEvaluationException> leftIter, Set<String> leftBindingNames, CloseableIteration<BindingSet, QueryEvaluationException> rightIter, Set<String> rightBindingNames, boolean leftJoin, IntFunction<Map<BindingSetHashKey, List<BindingSet>>> mapMaker, IntFunction<List<BindingSet>> mapValueMaker) Deprecated, for removal: This API element is subject to removal in a future version.HashJoinIteration
(CloseableIteration<BindingSet, QueryEvaluationException> leftIter, Set<String> leftBindingNames, CloseableIteration<BindingSet, QueryEvaluationException> rightIter, Set<String> rightBindingNames, boolean leftJoin, IntFunction<Map<BindingSetHashKey, List<BindingSet>>> mapMaker, IntFunction<List<BindingSet>> mapValueMaker) Deprecated, for removal: This API element is subject to removal in a future version.MaxAggregate
(Function<BindingSet, Value> f, boolean strict) MinAggregate
(Function<BindingSet, Value> f, boolean strict) MultiProjectionIterator
(MultiProjection multiProjection, CloseableIteration<BindingSet, QueryEvaluationException> iter, BindingSet bindings) OrderIterator
(CloseableIteration<BindingSet, QueryEvaluationException> iter, Comparator<BindingSet> comparator) Deprecated.OrderIterator
(CloseableIteration<BindingSet, QueryEvaluationException> iter, Comparator<BindingSet> comparator) Deprecated.OrderIterator
(CloseableIteration<BindingSet, QueryEvaluationException> iter, Comparator<BindingSet> comparator, long limit, boolean distinct) Deprecated.OrderIterator
(CloseableIteration<BindingSet, QueryEvaluationException> iter, Comparator<BindingSet> comparator, long limit, boolean distinct) Deprecated.OrderIterator
(CloseableIteration<BindingSet, QueryEvaluationException> iter, Comparator<BindingSet> comparator, long limit, boolean distinct, long iterationSyncThreshold) Deprecated.OrderIterator
(CloseableIteration<BindingSet, QueryEvaluationException> iter, Comparator<BindingSet> comparator, long limit, boolean distinct, long iterationSyncThreshold) Deprecated.ProjectionIterator
(Projection projection, CloseableIteration<BindingSet, QueryEvaluationException> iter, BindingSet parentBindings, QueryEvaluationContext context) Deprecated.QueryContextIteration
(CloseableIteration<? extends BindingSet, QueryEvaluationException> iter, QueryContext queryContext) Deprecated.SPARQLMinusIteration
(Iteration<BindingSet, X> leftArg, Iteration<BindingSet, X> rightArg) Deprecated.Creates a new MinusIteration that returns the results of the left argument minus the results of the right argument.SPARQLMinusIteration
(Iteration<BindingSet, X> leftArg, Iteration<BindingSet, X> rightArg, boolean distinct) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of BindingSet in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator
Methods in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator that return types with arguments of type BindingSetModifier and TypeMethodDescriptionstatic Set
<BindingSet> LimitedSizeIteratorUtil.addAll
(Iteration<? extends BindingSet, ? extends QueryEvaluationException> arg2, Set<BindingSet> includeSet, AtomicLong used, long maxSize) Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator with parameters of type BindingSetModifier and TypeMethodDescriptionprotected boolean
LimitedSizeDistinctIteration.add
(BindingSet object) Deprecated.Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator with type arguments of type BindingSetModifier and TypeMethodDescriptionstatic Set
<BindingSet> LimitedSizeIteratorUtil.addAll
(Iteration<? extends BindingSet, ? extends QueryEvaluationException> arg2, Set<BindingSet> includeSet, AtomicLong used, long maxSize) Deprecated, for removal: This API element is subject to removal in a future version.static Set
<BindingSet> LimitedSizeIteratorUtil.addAll
(Iteration<? extends BindingSet, ? extends QueryEvaluationException> arg2, Set<BindingSet> includeSet, AtomicLong used, long maxSize) Deprecated, for removal: This API element is subject to removal in a future version.Constructor parameters in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator with type arguments of type BindingSetModifierConstructorDescriptionLimitedSizeDistinctIteration
(Iteration<? extends BindingSet, ? extends QueryEvaluationException> iter, AtomicLong used, long maxSize) Deprecated. -
Uses of BindingSet in org.eclipse.rdf4j.query.algebra.evaluation.optimizer
Fields in org.eclipse.rdf4j.query.algebra.evaluation.optimizer declared as BindingSetModifier and TypeFieldDescriptionprotected BindingSet
BindingAssignerOptimizer.VarVisitor.bindings
private BindingSet
BindingSetAssignmentInlinerOptimizer.BindingSetAssignmentVisitor.bindingSet
Methods in org.eclipse.rdf4j.query.algebra.evaluation.optimizer with parameters of type BindingSetModifier and TypeMethodDescriptionvoid
BindingAssignerOptimizer.optimize
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings) void
BindingSetAssignmentInlinerOptimizer.optimize
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings) void
CompareOptimizer.optimize
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings) Applies generally applicable optimizations to the supplied query: variable assignments are inlined.void
ConjunctiveConstraintSplitterOptimizer.optimize
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings) void
ConstantOptimizer.optimize
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings) Applies generally applicable optimizations to the supplied query: variable assignments are inlined.void
DisjunctiveConstraintOptimizer.optimize
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings) void
FilterOptimizer.optimize
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings) void
IterativeEvaluationOptimizer.optimize
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings) void
OrderLimitOptimizer.optimize
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings) void
ParentReferenceChecker.optimize
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings) void
ParentReferenceCleaner.optimize
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings) void
ProjectionRemovalOptimizer.optimize
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings) void
QueryJoinOptimizer.optimize
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings) Applies generally applicable optimizations: path expressions are sorted from more to less specific.void
QueryModelNormalizerOptimizer.optimize
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings) void
RegexAsStringFunctionOptimizer.optimize
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings) Applies generally applicable optimizations to the supplied query: variable assignments are inlined.void
SameTermFilterOptimizer.optimize
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings) Applies generally applicable optimizations to the supplied query: variable assignments are inlined.void
UnionScopeChangeOptimizer.optimize
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings) Constructors in org.eclipse.rdf4j.query.algebra.evaluation.optimizer with parameters of type BindingSet -
Uses of BindingSet in org.eclipse.rdf4j.query.algebra.evaluation.util
Fields in org.eclipse.rdf4j.query.algebra.evaluation.util with type parameters of type BindingSetModifier and TypeFieldDescriptionprivate final Comparator
<BindingSet> OrderComparator.bindingContentsComparator
Methods in org.eclipse.rdf4j.query.algebra.evaluation.util that return types with arguments of type BindingSetModifier and TypeMethodDescriptionprivate Comparator
<BindingSet> OrderComparator.precompileComparator
(EvaluationStrategy strategy, Order order, QueryEvaluationContext context) Methods in org.eclipse.rdf4j.query.algebra.evaluation.util with parameters of type BindingSetModifier and TypeMethodDescriptionint
OrderComparator.compare
(BindingSet o1, BindingSet o2) void
QueryOptimizerList.optimize
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of BindingSet in org.eclipse.rdf4j.query.dawg
Methods in org.eclipse.rdf4j.query.dawg with parameters of type BindingSetModifier and TypeMethodDescriptionvoid
DAWGTestResultSetWriter.handleSolution
(BindingSet bindingSet) -
Uses of BindingSet in org.eclipse.rdf4j.query.impl
Classes in org.eclipse.rdf4j.query.impl that implement BindingSetModifier and TypeClassDescriptionclass
An immutable empty BindingSet.class
A List-based implementation of theBindingSet
interface.class
A Map-based implementation of theBindingSet
interface.Fields in org.eclipse.rdf4j.query.impl with type parameters of type BindingSetModifier and TypeFieldDescriptionprivate List
<BindingSet> TupleQueryResultBuilder.bindingSetList
private final List
<BindingSet> MutableTupleQueryResult.bindingSets
Methods in org.eclipse.rdf4j.query.impl that return BindingSetModifier and TypeMethodDescriptionMutableTupleQueryResult.get
(int index) AbstractOperation.getBindings()
static BindingSet
EmptyBindingSet.getInstance()
MutableTupleQueryResult.next()
MutableTupleQueryResult.previous()
MutableTupleQueryResult.remove
(int index) MutableTupleQueryResult.set
(int index, BindingSet bindingSet) Methods in org.eclipse.rdf4j.query.impl that return types with arguments of type BindingSetModifier and TypeMethodDescriptionprotected CloseableIteration
<? extends BindingSet, QueryEvaluationException> AbstractParserQuery.enforceMaxQueryTime
(CloseableIteration<? extends BindingSet, QueryEvaluationException> bindingsIter) Methods in org.eclipse.rdf4j.query.impl with parameters of type BindingSetModifier and TypeMethodDescriptionvoid
MutableTupleQueryResult.append
(BindingSet bindingSet) void
TupleQueryResultBuilder.handleSolution
(BindingSet bindingSet) void
MutableTupleQueryResult.insert
(int index, BindingSet bindingSet) void
MutableTupleQueryResult.insert
(BindingSet bindingSet) Inserts the specified binding set into the list.MutableTupleQueryResult.set
(int index, BindingSet bindingSet) void
MutableTupleQueryResult.set
(BindingSet bindingSet) Method parameters in org.eclipse.rdf4j.query.impl with type arguments of type BindingSetModifier and TypeMethodDescriptionprotected CloseableIteration
<? extends BindingSet, QueryEvaluationException> AbstractParserQuery.enforceMaxQueryTime
(CloseableIteration<? extends BindingSet, QueryEvaluationException> bindingsIter) Constructors in org.eclipse.rdf4j.query.impl with parameters of type BindingSetModifierConstructorDescriptionMutableTupleQueryResult
(Collection<String> bindingNames, BindingSet... bindingSets) Constructor parameters in org.eclipse.rdf4j.query.impl with type arguments of type BindingSetModifierConstructorDescriptionIteratingTupleQueryResult
(List<String> bindingNames, Iterable<? extends BindingSet> bindingSets) Deprecated.Creates a query result object with the supplied binding names.IteratingTupleQueryResult
(List<String> bindingNames, Iterator<? extends BindingSet> bindingSetIter) Deprecated.IteratingTupleQueryResult
(List<String> bindingNames, CloseableIteration<? extends BindingSet, QueryEvaluationException> bindingSetIter) Deprecated.Creates a query result object with the supplied binding names.MutableTupleQueryResult
(Collection<String> bindingNames, CloseableIteration<? extends BindingSet, E> bindingSetIter) MutableTupleQueryResult
(Collection<String> bindingNames, Iteration<? extends BindingSet, E> bindingSetIter) Deprecated, for removal: This API element is subject to removal in a future version.QueryInterruptIteration
(Iteration<? extends BindingSet, ? extends QueryEvaluationException> iter, long timeLimit) Deprecated.TupleQueryResultImpl
(List<String> bindingNames, CloseableIteration<? extends BindingSet, QueryEvaluationException> bindingSetIter) Deprecated. -
Uses of BindingSet in org.eclipse.rdf4j.query.parser.impl
Methods in org.eclipse.rdf4j.query.parser.impl that return types with arguments of type BindingSetModifier and TypeMethodDescriptionprotected CloseableIteration
<? extends BindingSet, QueryEvaluationException> AbstractParserQuery.enforceMaxQueryTime
(CloseableIteration<? extends BindingSet, QueryEvaluationException> bindingsIter) Method parameters in org.eclipse.rdf4j.query.parser.impl with type arguments of type BindingSetModifier and TypeMethodDescriptionprotected CloseableIteration
<? extends BindingSet, QueryEvaluationException> AbstractParserQuery.enforceMaxQueryTime
(CloseableIteration<? extends BindingSet, QueryEvaluationException> bindingsIter) Constructor parameters in org.eclipse.rdf4j.query.parser.impl with type arguments of type BindingSetModifierConstructorDescriptionQueryInterruptIteration
(Iteration<? extends BindingSet, ? extends QueryEvaluationException> iter, long timeLimit) Deprecated. -
Uses of BindingSet in org.eclipse.rdf4j.query.parser.sparql
Methods in org.eclipse.rdf4j.query.parser.sparql that return BindingSet -
Uses of BindingSet in org.eclipse.rdf4j.query.parser.sparql.aggregate
Fields in org.eclipse.rdf4j.query.parser.sparql.aggregate with type parameters of type BindingSetModifier and TypeFieldDescriptionprotected final Function
<BindingSet, Value> AggregateFunction.evaluationStep
Methods in org.eclipse.rdf4j.query.parser.sparql.aggregate with parameters of type BindingSetModifier and TypeMethodDescriptionprotected Value
AggregateFunction.evaluate
(BindingSet s) abstract void
AggregateFunction.processAggregate
(BindingSet bindingSet, Predicate<D> distinctValue, T agv) Method parameters in org.eclipse.rdf4j.query.parser.sparql.aggregate with type arguments of type BindingSetModifier and TypeMethodDescriptionAggregateFunctionFactory.buildFunction
(Function<BindingSet, Value> evaluationStep) Builds an aggregate function with input evaluation stepConstructor parameters in org.eclipse.rdf4j.query.parser.sparql.aggregate with type arguments of type BindingSet -
Uses of BindingSet in org.eclipse.rdf4j.query.resultio
Classes in org.eclipse.rdf4j.query.resultio that implement BindingSetModifier and TypeClassDescription(package private) class
ABindingSet
that provides a mechanism to map values by using a customFunction
.Fields in org.eclipse.rdf4j.query.resultio declared as BindingSetMethods in org.eclipse.rdf4j.query.resultio with parameters of type BindingSetModifier and TypeMethodDescriptionvoid
AbstractQueryResultWriter.handleSolution
(BindingSet bindingSet) void
RDFStarDecodingQueryResultHandler.handleSolution
(BindingSet bindingSet) protected void
AbstractQueryResultWriter.handleSolutionImpl
(BindingSet bindings) Extending classes must implement this method instead of overridingAbstractQueryResultWriter.handleSolution(BindingSet)
in order to benefit from automatic handling of RDF-star encoding.Constructors in org.eclipse.rdf4j.query.resultio with parameters of type BindingSetModifierConstructorDescription(package private)
ValueMappingBindingSet
(BindingSet delegate, Function<Value, Value> mapper) -
Uses of BindingSet in org.eclipse.rdf4j.query.resultio.binary
Fields in org.eclipse.rdf4j.query.resultio.binary declared as BindingSetMethods in org.eclipse.rdf4j.query.resultio.binary with parameters of type BindingSetModifier and TypeMethodDescriptionprotected void
BinaryQueryResultWriter.handleSolutionImpl
(BindingSet bindingSet) -
Uses of BindingSet in org.eclipse.rdf4j.query.resultio.helpers
Fields in org.eclipse.rdf4j.query.resultio.helpers with type parameters of type BindingSetModifier and TypeFieldDescriptionprivate List
<BindingSet> QueryResultCollector.bindingSets
private final QueueCursor
<BindingSet> BackgroundTupleResult.queue
Deprecated.Methods in org.eclipse.rdf4j.query.resultio.helpers that return types with arguments of type BindingSetMethods in org.eclipse.rdf4j.query.resultio.helpers with parameters of type BindingSetModifier and TypeMethodDescriptionvoid
BackgroundTupleResult.handleSolution
(BindingSet bindingSet) Deprecated.void
QueryResultCollector.handleSolution
(BindingSet bindingSet) Constructor parameters in org.eclipse.rdf4j.query.resultio.helpers with type arguments of type BindingSetModifierConstructorDescriptionBackgroundTupleResult
(QueueCursor<BindingSet> queue, TupleQueryResultParser parser, InputStream in) Deprecated. -
Uses of BindingSet in org.eclipse.rdf4j.query.resultio.sparqljson
Methods in org.eclipse.rdf4j.query.resultio.sparqljson with parameters of type BindingSetModifier and TypeMethodDescriptionprotected void
AbstractSPARQLJSONWriter.handleSolutionImpl
(BindingSet bindingSet) -
Uses of BindingSet in org.eclipse.rdf4j.query.resultio.sparqlxml
Methods in org.eclipse.rdf4j.query.resultio.sparqlxml with parameters of type BindingSetModifier and TypeMethodDescriptionprotected void
AbstractSPARQLXMLWriter.handleSolutionImpl
(BindingSet bindingSet) -
Uses of BindingSet in org.eclipse.rdf4j.query.resultio.text
Methods in org.eclipse.rdf4j.query.resultio.text with parameters of type BindingSetModifier and TypeMethodDescriptionString[]
SPARQLResultsXSVMappingStrategy.generateHeader
(BindingSet bean) protected void
BooleanTextWriter.handleSolutionImpl
(BindingSet bindingSet) String[]
SPARQLResultsXSVMappingStrategy.transmuteBean
(BindingSet bean) Method parameters in org.eclipse.rdf4j.query.resultio.text with type arguments of type BindingSetModifier and TypeMethodDescriptionvoid
SPARQLResultsXSVMappingStrategy.setType
(Class<? extends BindingSet> type) -
Uses of BindingSet in org.eclipse.rdf4j.query.resultio.text.csv
Methods in org.eclipse.rdf4j.query.resultio.text.csv that return BindingSetMethods in org.eclipse.rdf4j.query.resultio.text.csv with parameters of type BindingSetModifier and TypeMethodDescriptionprotected void
SPARQLResultsCSVWriter.handleSolutionImpl
(BindingSet bindingSet) -
Uses of BindingSet in org.eclipse.rdf4j.query.resultio.text.tsv
Methods in org.eclipse.rdf4j.query.resultio.text.tsv that return BindingSetMethods in org.eclipse.rdf4j.query.resultio.text.tsv with parameters of type BindingSetModifier and TypeMethodDescriptionprotected void
SPARQLResultsTSVWriter.handleSolutionImpl
(BindingSet bindingSet) -
Uses of BindingSet in org.eclipse.rdf4j.repository.dataset
Methods in org.eclipse.rdf4j.repository.dataset that return BindingSet -
Uses of BindingSet in org.eclipse.rdf4j.repository.sail.helpers
Methods in org.eclipse.rdf4j.repository.sail.helpers that return types with arguments of type BindingSetModifier and TypeMethodDescriptionprivate CloseableIteration
<? extends BindingSet, QueryEvaluationException> SailUpdateExecutor.evaluateWhereClause
(TupleExpr whereClause, UpdateContext uc, int maxExecutionTime) Methods in org.eclipse.rdf4j.repository.sail.helpers with parameters of type BindingSetModifier and TypeMethodDescriptionprivate Statement
SailUpdateExecutor.createStatementFromPattern
(StatementPattern pattern, BindingSet sourceBinding, MapBindingSet bnodeMapping) private void
SailUpdateExecutor.deleteBoundTriples
(BindingSet whereBinding, TupleExpr deleteClause, UpdateContext uc) void
SailUpdateExecutor.executeUpdate
(UpdateExpr updateExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int maxExecutionTime) private Value
SailUpdateExecutor.getValueForVar
(Var var, BindingSet bindings) private void
SailUpdateExecutor.insertBoundTriples
(BindingSet whereBinding, TupleExpr insertClause, UpdateContext uc) -
Uses of BindingSet in org.eclipse.rdf4j.repository.sparql.federation
Fields in org.eclipse.rdf4j.repository.sparql.federation declared as BindingSetModifier and TypeFieldDescriptionprotected final BindingSet
JoinExecutorBase.bindings
protected BindingSet
SPARQLCrossProductIteration.currentInputBinding
Fields in org.eclipse.rdf4j.repository.sparql.federation with type parameters of type BindingSetModifier and TypeFieldDescriptionprivate final List
<BindingSet> RepositoryFederatedService.FallbackServiceIteration.allBindings
protected final List
<BindingSet> ServiceJoinConversionIteration.bindings
Deprecated.private final CloseableIteration
<BindingSet, QueryEvaluationException> RepositoryFederatedService.CloseConnectionIteration.delegate
protected final List
<BindingSet> SPARQLCrossProductIteration.inputBindings
protected Iterator
<BindingSet> SPARQLCrossProductIteration.inputBindingsIterator
protected final CloseableIteration
<BindingSet, QueryEvaluationException> SPARQLCrossProductIteration.resultIteration
Methods in org.eclipse.rdf4j.repository.sparql.federation that return BindingSetModifier and TypeMethodDescriptionprotected BindingSet
ServiceJoinConversionIteration.convert
(BindingSet bIn) Deprecated.protected BindingSet
SPARQLCrossProductIteration.getNextElement()
RepositoryFederatedService.CloseConnectionIteration.next()
Methods in org.eclipse.rdf4j.repository.sparql.federation that return types with arguments of type BindingSetModifier and TypeMethodDescriptionRepositoryFederatedService.evaluate
(Service service, CloseableIteration<BindingSet, QueryEvaluationException> bindings, String baseUri) protected CloseableIteration
<BindingSet, QueryEvaluationException> RepositoryFederatedService.evaluateInternal
(Service service, CloseableIteration<BindingSet, QueryEvaluationException> bindings, String baseUri) Evaluate the SPARQL query that can be constructed from the SERVICE node at the initializedRepository
of thisFederatedService
.RepositoryFederatedService.evaluateInternalFallback
(Service service, List<BindingSet> allBindings, String baseUri) Evaluate the service expression for the given lists of bindings usingRepositoryFederatedService.FallbackServiceIteration
, i.e.RepositoryFederatedService.select
(Service service, Set<String> projectionVars, BindingSet bindings, String baseUri) Evaluate the provided sparqlQueryString at the initializedRepository
of thisFederatedService
.Methods in org.eclipse.rdf4j.repository.sparql.federation with parameters of type BindingSetModifier and TypeMethodDescriptionboolean
RepositoryFederatedService.ask
(Service service, BindingSet bindings, String baseUri) Evaluate the provided sparqlQueryString at the initializedRepository
of thisFederatedService
.protected BindingSet
ServiceJoinConversionIteration.convert
(BindingSet bIn) Deprecated.RepositoryFederatedService.select
(Service service, Set<String> projectionVars, BindingSet bindings, String baseUri) Evaluate the provided sparqlQueryString at the initializedRepository
of thisFederatedService
.Method parameters in org.eclipse.rdf4j.repository.sparql.federation with type arguments of type BindingSetModifier and TypeMethodDescriptionprivate String
RepositoryFederatedService.buildVALUESClause
(List<BindingSet> bindings, List<String> relevantBindingNames) Computes the VALUES clause for the set of relevant input bindings.RepositoryFederatedService.evaluate
(Service service, CloseableIteration<BindingSet, QueryEvaluationException> bindings, String baseUri) protected CloseableIteration
<BindingSet, QueryEvaluationException> RepositoryFederatedService.evaluateInternal
(Service service, CloseableIteration<BindingSet, QueryEvaluationException> bindings, String baseUri) Evaluate the SPARQL query that can be constructed from the SERVICE node at the initializedRepository
of thisFederatedService
.RepositoryFederatedService.evaluateInternalFallback
(Service service, List<BindingSet> allBindings, String baseUri) Evaluate the service expression for the given lists of bindings usingRepositoryFederatedService.FallbackServiceIteration
, i.e.RepositoryFederatedService.getRelevantBindingNames
(List<BindingSet> bindings, Set<String> serviceVars) Compute the relevant binding names using the variables occurring in the service expression and the input bindings.Constructors in org.eclipse.rdf4j.repository.sparql.federation with parameters of type BindingSetModifierConstructorDescriptionprotected
JoinExecutorBase
(CloseableIteration<T, QueryEvaluationException> leftIter, TupleExpr rightArg, BindingSet bindings) Constructor parameters in org.eclipse.rdf4j.repository.sparql.federation with type arguments of type BindingSetModifierConstructorDescriptionBatchingServiceIteration
(CloseableIteration<BindingSet, QueryEvaluationException> inputBindings, int blockSize, Service service) private
CloseConnectionIteration
(CloseableIteration<BindingSet, QueryEvaluationException> delegate, RepositoryConnection connection) FallbackServiceIteration
(Service service, List<BindingSet> allBindings, String baseUri) ServiceJoinConversionIteration
(CloseableIteration<BindingSet, QueryEvaluationException> iter, List<BindingSet> bindings) Deprecated.ServiceJoinConversionIteration
(CloseableIteration<BindingSet, QueryEvaluationException> iter, List<BindingSet> bindings) Deprecated.SPARQLCrossProductIteration
(CloseableIteration<BindingSet, QueryEvaluationException> resultIteration, List<BindingSet> inputBindings) SPARQLCrossProductIteration
(CloseableIteration<BindingSet, QueryEvaluationException> resultIteration, List<BindingSet> inputBindings) -
Uses of BindingSet in org.eclipse.rdf4j.repository.sparql.query
Classes in org.eclipse.rdf4j.repository.sparql.query that implement BindingSetModifier and TypeClassDescriptionclass
An implementation of theBindingSet
interface that is used to evaluate query object models.Fields in org.eclipse.rdf4j.repository.sparql.query declared as BindingSetMethods in org.eclipse.rdf4j.repository.sparql.query that return BindingSetModifier and TypeMethodDescriptionSPARQLOperation.getBindings()
Deprecated.InsertBindingSetCursor.next()
Methods in org.eclipse.rdf4j.repository.sparql.query with parameters of type BindingSetModifier and TypeMethodDescriptionvoid
SPARQLQueryBindingSet.addAll
(BindingSet bindingSet) static String
QueryStringUtil.getBooleanQueryString
(String queryString, BindingSet bindings) Retrieve a modified queryString into which all bindings of the given argument are replaced with their value.static String
QueryStringUtil.getGraphQueryString
(String queryString, BindingSet bindings) Retrieve a modified queryString into which all bindings of the given argument are replaced with their value.static String
QueryStringUtil.getQueryString
(String queryString, BindingSet bindings) Deprecated.static String
QueryStringUtil.getTupleQueryString
(String queryString, BindingSet bindings) Retrieve a modified queryString into which all bindings of the given argument are replaced, with the binding names included in the SELECT clause.static String
QueryStringUtil.getUpdateString
(String queryString, BindingSet bindings) Retrieve a modified queryString into which all bindings of the given argument are replaced with their value.Constructors in org.eclipse.rdf4j.repository.sparql.query with parameters of type BindingSetModifierConstructorDescriptionInsertBindingSetCursor
(CloseableIteration<BindingSet, QueryEvaluationException> delegate, BindingSet bindings) SPARQLQueryBindingSet
(BindingSet bindingSet) Constructor parameters in org.eclipse.rdf4j.repository.sparql.query with type arguments of type BindingSetModifierConstructorDescriptionInsertBindingSetCursor
(CloseableIteration<BindingSet, QueryEvaluationException> delegate, BindingSet bindings) -
Uses of BindingSet in org.eclipse.rdf4j.sail
Fields in org.eclipse.rdf4j.sail declared as BindingSetMethods in org.eclipse.rdf4j.sail that return BindingSetMethods in org.eclipse.rdf4j.sail that return types with arguments of type BindingSetModifier and TypeMethodDescriptionCloseableIteration
<? extends BindingSet, QueryEvaluationException> SailConnection.evaluate
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) Evaluates the supplied TupleExpr on the data contained in this Sail object, using the (optional) dataset and supplied bindings as input parameters.Methods in org.eclipse.rdf4j.sail with parameters of type BindingSetModifier and TypeMethodDescriptionCloseableIteration
<? extends BindingSet, QueryEvaluationException> SailConnection.evaluate
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) Evaluates the supplied TupleExpr on the data contained in this Sail object, using the (optional) dataset and supplied bindings as input parameters.default Explanation
SailConnection.explain
(Explanation.Level level, TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int timeoutSeconds) Explain how the TupleExpr will be (or has been) executed/evaluated by returning a TupleExpr (which may or may not be the provided TupleExpr) that has gone through zero or more of the stages prior to and also including execution as specified by the provided level.Constructors in org.eclipse.rdf4j.sail with parameters of type BindingSetModifierConstructorDescriptionUpdateContext
(UpdateExpr updateExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) -
Uses of BindingSet in org.eclipse.rdf4j.sail.base
Methods in org.eclipse.rdf4j.sail.base that return types with arguments of type BindingSetModifier and TypeMethodDescriptionprotected CloseableIteration
<? extends BindingSet, QueryEvaluationException> SailSourceConnection.evaluateInternal
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) Methods in org.eclipse.rdf4j.sail.base with parameters of type BindingSetModifier and TypeMethodDescriptionprotected CloseableIteration
<? extends BindingSet, QueryEvaluationException> SailSourceConnection.evaluateInternal
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) SailSourceConnection.explain
(Explanation.Level level, TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int timeoutSeconds) private boolean
SailSourceConnection.runQueryForExplain
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int timeoutSeconds) -
Uses of BindingSet in org.eclipse.rdf4j.sail.helpers
Classes in org.eclipse.rdf4j.sail.helpers with type parameters of type BindingSetModifier and TypeClassDescription(package private) class
TupleExprWrapperIteration<T extends BindingSet,
X extends Exception> This iteration is used to debug issues with the TupleExpr that was used to generate the wrapped iteration.Methods in org.eclipse.rdf4j.sail.helpers that return types with arguments of type BindingSetModifier and TypeMethodDescriptionfinal CloseableIteration
<? extends BindingSet, QueryEvaluationException> AbstractSailConnection.evaluate
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) CloseableIteration
<? extends BindingSet, QueryEvaluationException> SailConnectionWrapper.evaluate
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) protected abstract CloseableIteration
<? extends BindingSet, QueryEvaluationException> AbstractSailConnection.evaluateInternal
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) Methods in org.eclipse.rdf4j.sail.helpers with parameters of type BindingSetModifier and TypeMethodDescriptionfinal CloseableIteration
<? extends BindingSet, QueryEvaluationException> AbstractSailConnection.evaluate
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) CloseableIteration
<? extends BindingSet, QueryEvaluationException> SailConnectionWrapper.evaluate
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) protected abstract CloseableIteration
<? extends BindingSet, QueryEvaluationException> AbstractSailConnection.evaluateInternal
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) SailConnectionWrapper.explain
(Explanation.Level level, TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int timeoutSeconds) -
Uses of BindingSet in org.eclipse.rdf4j.sail.inferencer
Methods in org.eclipse.rdf4j.sail.inferencer that return types with arguments of type BindingSetModifier and TypeMethodDescriptionCloseableIteration
<? extends BindingSet, QueryEvaluationException> InferencerConnectionWrapper.evaluate
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) CallsInferencerConnectionWrapper.flushUpdates()
before forwarding the call to the wrapped connection.Methods in org.eclipse.rdf4j.sail.inferencer with parameters of type BindingSetModifier and TypeMethodDescriptionCloseableIteration
<? extends BindingSet, QueryEvaluationException> InferencerConnectionWrapper.evaluate
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) CallsInferencerConnectionWrapper.flushUpdates()
before forwarding the call to the wrapped connection. -
Uses of BindingSet in org.eclipse.rdf4j.sail.lucene
Fields in org.eclipse.rdf4j.sail.lucene with type parameters of type BindingSetModifier and TypeFieldDescriptionprivate final LinkedHashSet
<BindingSet> BindingSetCollection.bindingSets
Methods in org.eclipse.rdf4j.sail.lucene that return types with arguments of type BindingSetModifier and TypeMethodDescriptionfinal Collection
<BindingSet> AbstractSearchIndex.evaluate
(SearchQueryEvaluator evaluator) CloseableIteration
<? extends BindingSet, QueryEvaluationException> LuceneSailConnection.evaluate
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) SearchIndex.evaluate
(SearchQueryEvaluator query) private CloseableIteration
<? extends BindingSet, QueryEvaluationException> LuceneSailConnection.evaluateInternal
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) BindingSetCollection.iterator()
Methods in org.eclipse.rdf4j.sail.lucene with parameters of type BindingSetModifier and TypeMethodDescriptionboolean
BindingSetCollection.add
(BindingSet arg0) CloseableIteration
<? extends BindingSet, QueryEvaluationException> LuceneSailConnection.evaluate
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) private CloseableIteration
<? extends BindingSet, QueryEvaluationException> LuceneSailConnection.evaluateInternal
(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) void
DistanceQuerySpecBuilder.process
(TupleExpr tupleExpr, BindingSet bindings, Collection<SearchQueryEvaluator> results) void
GeoRelationQuerySpecBuilder.process
(TupleExpr tupleExpr, BindingSet bindings, Collection<SearchQueryEvaluator> results) QuerySpecBuilder.process
(TupleExpr tupleExpr, BindingSet bindings) Deprecated.void
QuerySpecBuilder.process
(TupleExpr tupleExpr, BindingSet bindings, Collection<SearchQueryEvaluator> result) Appends a set of QuerySpecs embodying all necessary information to perform the Lucene query embedded in a TupleExpr.void
SearchQueryInterpreter.process
(TupleExpr tupleExpr, BindingSet bindings, Collection<SearchQueryEvaluator> specs) Processes a TupleExpr into a set of SearchQueryEvaluators.Method parameters in org.eclipse.rdf4j.sail.lucene with type arguments of type BindingSetModifier and TypeMethodDescriptionboolean
BindingSetCollection.addAll
(Collection<? extends BindingSet> c) Constructor parameters in org.eclipse.rdf4j.sail.lucene with type arguments of type BindingSetModifierConstructorDescription(package private)
BindingSetCollection
(HashSet<String> bindingNames, LinkedHashSet<BindingSet> bindingSets) -
Uses of BindingSet in org.eclipse.rdf4j.sail.shacl.ast
Fields in org.eclipse.rdf4j.sail.shacl.ast declared as BindingSetModifier and TypeFieldDescriptionprivate final BindingSet
ShaclSparqlConstraintFailureException.resultBindingSet
Methods in org.eclipse.rdf4j.sail.shacl.ast that return BindingSetConstructors in org.eclipse.rdf4j.sail.shacl.ast with parameters of type BindingSetModifierConstructorDescriptionShaclSparqlConstraintFailureException
(Shape shape, String query, BindingSet resultBindingSet, Value focusNode, Resource[] dataGraph) -
Uses of BindingSet in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Classes in org.eclipse.rdf4j.sail.shacl.ast.planNodes that implement BindingSetModifier and TypeClassDescriptionclass
A simple binding set tuned for the use case that the ShaclSail has.class
A simple binding set tuned for the use case that the ShaclSail has.Fields in org.eclipse.rdf4j.sail.shacl.ast.planNodes with type parameters of type BindingSetModifier and TypeFieldDescriptionprotected Function
<BindingSet, ValidationTuple> AbstractBulkJoinPlanNode.mapper
private final Function
<BindingSet, ValidationTuple> BindSelect.mapper
private final Function
<BindingSet, ValidationTuple> Select.mapper
private static final Function
<BindingSet, ValidationTuple> BulkedExternalInnerJoin.nodeShapeScopeAllContextMapper
private static final Function
<BindingSet, ValidationTuple> BulkedExternalInnerJoin.propertyShapeScopeAllContextMapper
Methods in org.eclipse.rdf4j.sail.shacl.ast.planNodes that return types with arguments of type BindingSetModifier and TypeMethodDescriptionprivate List
<BindingSet> AbstractBulkJoinPlanNode.buildBindingSets
(ArrayDeque<ValidationTuple> left, SailConnection connection, boolean skipBasedOnPreviousConnection, SailConnection previousStateConnection, Resource[] dataGraph) static Function
<BindingSet, ValidationTuple> BulkedExternalInnerJoin.getMapper
(String a, String c, ConstraintComponent.Scope scope, Resource[] dataGraph) Methods in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type BindingSetModifier and TypeMethodDescriptionAllTargetsPlanNode.AllTargetsBindingSetMapper.apply
(BindingSet b) Method parameters in org.eclipse.rdf4j.sail.shacl.ast.planNodes with type arguments of type BindingSetModifier and TypeMethodDescriptionprivate void
AbstractBulkJoinPlanNode.updateQuery
(TupleExpr parsedQuery, List<BindingSet> newBindindingSet) private void
BindSelect.updateQuery
(TupleExpr parsedQuery, List<BindingSet> newBindindingset, int expectedSize) Constructors in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type BindingSetModifierConstructorDescriptionValidationTuple
(BindingSet bindingSet, String[] variables, ConstraintComponent.Scope scope, boolean hasValue, Resource[] contexts) ValidationTuple
(BindingSet bindingSet, List<String> variables, ConstraintComponent.Scope scope, boolean hasValue, Resource[] contexts) Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast.planNodes with type arguments of type BindingSetModifierConstructorDescriptionBulkedExternalInnerJoin
(PlanNode leftNode, SailConnection connection, Resource[] dataGraph, SparqlFragment query, boolean skipBasedOnPreviousConnection, SailConnection previousStateConnection, Function<BindingSet, ValidationTuple> mapper) BulkedExternalLeftOuterJoin
(PlanNode leftNode, SailConnection connection, Resource[] dataGraph, SparqlFragment query, Function<BindingSet, ValidationTuple> mapper) Select
(SailConnection connection, String query, Function<BindingSet, ValidationTuple> mapper, Resource[] dataGraph) Select
(SailConnection connection, SparqlFragment queryFragment, String orderBy, Function<BindingSet, ValidationTuple> mapper, Resource[] dataGraph) -
Uses of BindingSet in org.eclipse.rdf4j.spin
Fields in org.eclipse.rdf4j.spin declared as BindingSetModifier and TypeFieldDescriptionprivate final BindingSet
ParsedBooleanTemplate.args
private final BindingSet
ParsedGraphTemplate.args
private final BindingSet
ParsedTupleTemplate.args
private final BindingSet
ParsedUpdateTemplate.args
Methods in org.eclipse.rdf4j.spin that return BindingSetModifier and TypeMethodDescriptionParsedBooleanTemplate.getBindings()
ParsedGraphTemplate.getBindings()
ParsedTemplate.getBindings()
ParsedTupleTemplate.getBindings()
ParsedUpdateTemplate.getBindings()
Constructors in org.eclipse.rdf4j.spin with parameters of type BindingSetModifierConstructorDescriptionParsedBooleanTemplate
(Template template, BindingSet args) private
ParsedBooleanTemplate
(Template template, ParsedBooleanQuery query, BindingSet args) ParsedGraphTemplate
(Template template, BindingSet args) private
ParsedGraphTemplate
(Template template, ParsedGraphQuery query, BindingSet args) ParsedTupleTemplate
(Template template, BindingSet args) private
ParsedTupleTemplate
(Template template, ParsedTupleQuery query, BindingSet args) ParsedUpdateTemplate
(Template template, BindingSet args) private
ParsedUpdateTemplate
(Template template, ParsedUpdate update, BindingSet args)
QueryStringUtil.getTupleQueryString(String, BindingSet)