Uses of Interface
org.eclipse.rdf4j.query.BindingSet
-
-
Uses of BindingSet in org.eclipse.rdf4j.collection.factory.api
Methods in org.eclipse.rdf4j.collection.factory.api that return BindingSet Modifier and Type Method Description BindingSetBindingSetEntry. getPrototype()Methods in org.eclipse.rdf4j.collection.factory.api that return types with arguments of type BindingSet Modifier and Type Method Description java.util.Set<BindingSet>CollectionFactory. createSetOfBindingSets()default java.util.function.ToIntFunction<BindingSet>CollectionFactory. hashOfBindingSetFuntion(java.util.List<java.util.function.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 BindingSet Modifier and Type Method Description BindingSetKeyCollectionFactory. createBindingSetKey(BindingSet bindingSet, java.util.List<java.util.function.Function<BindingSet,Value>> getValues, java.util.function.ToIntFunction<BindingSet> hashOfBindingSetCalculator)default intCollectionFactory. hashAValue(java.util.function.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 BindingSet Modifier and Type Method Description BindingSetKeyCollectionFactory. createBindingSetKey(BindingSet bindingSet, java.util.List<java.util.function.Function<BindingSet,Value>> getValues, java.util.function.ToIntFunction<BindingSet> hashOfBindingSetCalculator)BindingSetKeyCollectionFactory. createBindingSetKey(BindingSet bindingSet, java.util.List<java.util.function.Function<BindingSet,Value>> getValues, java.util.function.ToIntFunction<BindingSet> hashOfBindingSetCalculator)default intCollectionFactory. hashAValue(java.util.function.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 java.util.function.ToIntFunction<BindingSet>CollectionFactory. hashOfBindingSetFuntion(java.util.List<java.util.function.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 BindingSet Modifier and Type Method Description java.util.Set<BindingSet>DefaultCollectionFactory. createSetOfBindingSets()Methods in org.eclipse.rdf4j.collection.factory.impl with parameters of type BindingSet Modifier and Type Method Description BindingSetKeyDefaultCollectionFactory. createBindingSetKey(BindingSet bindingSet, java.util.List<java.util.function.Function<BindingSet,Value>> getValues, java.util.function.ToIntFunction<BindingSet> hashOfBindingSetCalculator)Method parameters in org.eclipse.rdf4j.collection.factory.impl with type arguments of type BindingSet Modifier and Type Method Description BindingSetKeyDefaultCollectionFactory. createBindingSetKey(BindingSet bindingSet, java.util.List<java.util.function.Function<BindingSet,Value>> getValues, java.util.function.ToIntFunction<BindingSet> hashOfBindingSetCalculator)BindingSetKeyDefaultCollectionFactory. createBindingSetKey(BindingSet bindingSet, java.util.List<java.util.function.Function<BindingSet,Value>> getValues, java.util.function.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 Modifier and Type Method Description BindingSetCleanerTupleQueryResult. next() -
Uses of BindingSet in org.eclipse.rdf4j.query
Subinterfaces of BindingSet in org.eclipse.rdf4j.query Modifier and Type Interface Description interfaceMutableBindingSetA BindingSet is a set of named value bindings, which is used a.o.Classes in org.eclipse.rdf4j.query that implement BindingSet Modifier and Type Class Description classAbstractBindingSetAbstract base class forBindingSetimplementations, providing a.o.Fields in org.eclipse.rdf4j.query with type parameters of type BindingSet Modifier and Type Field Description private DistinctIteration<BindingSet,QueryEvaluationException>QueryResults.TupleQueryResultFilter. filterMethods in org.eclipse.rdf4j.query that return BindingSet Modifier and Type Method Description BindingSetOperation. getBindings()Retrieves the bindings that have been set on this operation.BindingSetQueryResults.TupleQueryResultFilter. next()static BindingSetQueryResults. 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 BindingSet Modifier and Type Method Description private static java.util.List<BindingSet>QueryResults. findMatchingBindingSets(BindingSet st, java.lang.Iterable<? extends BindingSet> model, java.util.Map<BNode,BNode> bNodeMapping)Methods in org.eclipse.rdf4j.query with parameters of type BindingSet Modifier and Type Method Description static booleanQueryResults. bindingSetsCompatible(BindingSet bs1, BindingSet bs2)Check whether twoBindingSets are compatible.private static booleanQueryResults. bindingSetsMatch(BindingSet bs1, BindingSet bs2, java.util.Map<BNode,BNode> bNodeMapping)private static java.util.List<BindingSet>QueryResults. findMatchingBindingSets(BindingSet st, java.lang.Iterable<? extends BindingSet> model, java.util.Map<BNode,BNode> bNodeMapping)voidAbstractTupleQueryResultHandler. handleSolution(BindingSet bindingSet)voidQueryResultHandler. handleSolution(BindingSet bindingSet)Handles a solution.Method parameters in org.eclipse.rdf4j.query with type arguments of type BindingSet Modifier and Type Method Description private static java.util.List<BindingSet>QueryResults. findMatchingBindingSets(BindingSet st, java.lang.Iterable<? extends BindingSet> model, java.util.Map<BNode,BNode> bNodeMapping)private static booleanQueryResults. matchBindingSets(java.util.List<? extends BindingSet> queryResult1, java.lang.Iterable<? extends BindingSet> queryResult2)private static booleanQueryResults. matchBindingSets(java.util.List<? extends BindingSet> queryResult1, java.lang.Iterable<? extends BindingSet> queryResult2)private static booleanQueryResults. matchBindingSets(java.util.List<? extends BindingSet> queryResult1, java.lang.Iterable<? extends BindingSet> queryResult2, java.util.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 booleanQueryResults. matchBindingSets(java.util.List<? extends BindingSet> queryResult1, java.lang.Iterable<? extends BindingSet> queryResult2, java.util.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 BindingSet Modifier and Type Field Description private java.lang.Iterable<BindingSet>BindingSetAssignment. bindingSetsMethods in org.eclipse.rdf4j.query.algebra that return types with arguments of type BindingSet Modifier and Type Method Description java.lang.Iterable<BindingSet>BindingSetAssignment. getBindingSets()Method parameters in org.eclipse.rdf4j.query.algebra with type arguments of type BindingSet Modifier and Type Method Description voidBindingSetAssignment. setBindingSets(java.lang.Iterable<BindingSet> bindingSets) -
Uses of BindingSet in org.eclipse.rdf4j.query.algebra.evaluation
Classes in org.eclipse.rdf4j.query.algebra.evaluation that implement BindingSet Modifier and Type Class Description classArrayBindingSetAn array implementation of theBindingSetinterface.classQueryBindingSetAn implementation of theBindingSetinterface that is used to evalate query object models.Fields in org.eclipse.rdf4j.query.algebra.evaluation declared as BindingSet Modifier and Type Field Description private BindingSetQueryEvaluationStep.DelayedEvaluationIteration. bsDeprecated, 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 BindingSet Modifier and Type Field Description static EmptyIteration<BindingSet,QueryEvaluationException>QueryEvaluationStep. EMPTY_ITERATIONprivate java.util.function.Function<BindingSet,Value>QueryValueEvaluationStep.ApplyFunctionForEachBinding. functionMethods in org.eclipse.rdf4j.query.algebra.evaluation that return types with arguments of type BindingSet Modifier and Type Method Description protected 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)CloseableIteration<BindingSet,QueryEvaluationException>EvaluationStrategy. evaluate(Service expr, java.lang.String serviceUri, CloseableIteration<BindingSet,QueryEvaluationException> bindings)Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.CloseableIteration<BindingSet,QueryEvaluationException>EvaluationStrategy. evaluate(TupleExpr expr, BindingSet bindings)Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.CloseableIteration<BindingSet,QueryEvaluationException>QueryEvaluationStep. evaluate(BindingSet bindings)Methods in org.eclipse.rdf4j.query.algebra.evaluation with parameters of type BindingSet Modifier and Type Method Description voidQueryBindingSet. addAll(BindingSet bindingSet)protected abstract CloseableIteration<? extends BindingSet,QueryEvaluationException>AbstractQueryPreparer. evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int maxExecutionTime)CloseableIteration<BindingSet,QueryEvaluationException>EvaluationStrategy. evaluate(TupleExpr expr, BindingSet bindings)Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.ValueEvaluationStrategy. evaluate(ValueExpr expr, BindingSet bindings)Gets the value of this expression.CloseableIteration<BindingSet,QueryEvaluationException>QueryEvaluationStep. evaluate(BindingSet bindings)ValueQueryValueEvaluationStep.ApplyFunctionForEachBinding. evaluate(BindingSet bindings)ValueQueryValueEvaluationStep.ConstantQueryValueEvaluationStep. evaluate(BindingSet bindings)ValueQueryValueEvaluationStep. evaluate(BindingSet bindings)ValueQueryValueEvaluationStep.Fail. evaluate(BindingSet bindings)ValueQueryValueEvaluationStep.Minimal. evaluate(BindingSet bindings)protected abstract voidAbstractQueryPreparer. execute(UpdateExpr updateExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int maxExecutionTime)booleanEvaluationStrategy. isTrue(QueryValueEvaluationStep expr, BindingSet bindings)booleanEvaluationStrategy. isTrue(ValueExpr expr, BindingSet bindings)Evaluates the boolean expression on the supplied TripleSource object.TupleExprEvaluationStrategy. optimize(TupleExpr expr, EvaluationStatistics evaluationStatistics, BindingSet bindings)Execute theQueryOptimizerPipelineon the givenTupleExprto optimize its execution plan.voidQueryOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)Method parameters in org.eclipse.rdf4j.query.algebra.evaluation with type arguments of type BindingSet Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>EvaluationStrategy. evaluate(Service expr, java.lang.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 QueryEvaluationStepQueryEvaluationStep. wrap(QueryEvaluationStep qes, java.util.function.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 QueryEvaluationStepQueryEvaluationStep. wrap(QueryEvaluationStep qes, java.util.function.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 BindingSet Constructor Description ArrayBindingSet(BindingSet toCopy, java.util.Set<java.lang.String> names, java.lang.String[] namesArray)DelayedEvaluationIteration(QueryEvaluationStep arg, BindingSet bs)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 Constructor Description ApplyFunctionForEachBinding(java.util.function.Function<BindingSet,Value> function) -
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 BindingSet Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>FederatedService. evaluate(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, java.lang.String baseUri)Evaluate the provided SPARQL query at this federated service, possibilities for vectored evaluation.CloseableIteration<BindingSet,QueryEvaluationException>TupleFunctionFederatedService. evaluate(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, java.lang.String baseUri)CloseableIteration<BindingSet,QueryEvaluationException>FederatedService. select(Service service, java.util.Set<java.lang.String> projectionVars, BindingSet bindings, java.lang.String baseUri)Evaluate the provided SPARQL query at this federated service.CloseableIteration<BindingSet,QueryEvaluationException>TupleFunctionFederatedService. select(Service service, java.util.Set<java.lang.String> projectionVars, BindingSet bindings, java.lang.String baseUri)Methods in org.eclipse.rdf4j.query.algebra.evaluation.federation with parameters of type BindingSet Modifier and Type Method Description booleanFederatedService. ask(Service service, BindingSet bindings, java.lang.String baseUri)Evaluate the provided SPARQL ASK query at this federated service.booleanTupleFunctionFederatedService. ask(Service service, BindingSet bindings, java.lang.String baseUri)private static ValueTupleFunctionFederatedService. getValue(Var var, BindingSet bs)CloseableIteration<BindingSet,QueryEvaluationException>FederatedService. select(Service service, java.util.Set<java.lang.String> projectionVars, BindingSet bindings, java.lang.String baseUri)Evaluate the provided SPARQL query at this federated service.CloseableIteration<BindingSet,QueryEvaluationException>TupleFunctionFederatedService. select(Service service, java.util.Set<java.lang.String> projectionVars, BindingSet bindings, java.lang.String baseUri)Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.federation with type arguments of type BindingSet Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>FederatedService. evaluate(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, java.lang.String baseUri)Evaluate the provided SPARQL query at this federated service, possibilities for vectored evaluation.CloseableIteration<BindingSet,QueryEvaluationException>TupleFunctionFederatedService. evaluate(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, java.lang.String baseUri)Constructors in org.eclipse.rdf4j.query.algebra.evaluation.federation with parameters of type BindingSet Constructor Description JoinExecutorBase(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 BindingSet Constructor Description ServiceCrossProductIteration(CloseableIteration<BindingSet,QueryEvaluationException> resultIteration, java.util.List<BindingSet> inputBindings)Deprecated.ServiceCrossProductIteration(CloseableIteration<BindingSet,QueryEvaluationException> resultIteration, java.util.List<BindingSet> inputBindings)Deprecated.ServiceJoinConversionIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter, java.util.List<BindingSet> bindings)Deprecated, for removal: This API element is subject to removal in a future version.ServiceJoinConversionIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter, java.util.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 BindingSet Modifier and Type Method Description voidStatisticalAggregateFunction. processAggregate(BindingSet bindingSet, java.util.function.Predicate<Value> distinctValue, StatisticCollector collector)Constructor parameters in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate with type arguments of type BindingSet Constructor Description StatisticalAggregateFunction(java.util.function.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 BindingSet Modifier and Type Method Description AggregateFunctionPopulationStandardDeviationAggregateFactory. buildFunction(java.util.function.Function<BindingSet,Value> evaluationStep)AggregateFunctionStandardDeviationAggregateFactory. buildFunction(java.util.function.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 BindingSet Modifier and Type Method Description AggregateFunctionPopulationVarianceAggregateFactory. buildFunction(java.util.function.Function<BindingSet,Value> evaluationStep)AggregateFunctionVarianceAggregateFactory. buildFunction(java.util.function.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 BindingSet Modifier and Type Field Description protected BindingSetBindingAssigner.VarVisitor. bindingsDeprecated, 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 BindingSet Modifier and Type Field Description (package private) CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy.ResultSizeCountingIterator. iterator(package private) CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy.TimedIterator. iteratorMethods in org.eclipse.rdf4j.query.algebra.evaluation.impl that return BindingSet Modifier and Type Method Description BindingSetDefaultEvaluationStrategy.ResultSizeCountingIterator. next()BindingSetDefaultEvaluationStrategy.TimedIterator. next()Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl that return types with arguments of type BindingSet Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(ArbitraryLengthPath alp, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(BinaryTupleOperator expr, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(BindingSetAssignment bsa, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(DescribeOperator operator, BindingSet bindings)Deprecated.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Difference difference, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Distinct distinct, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>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, java.util.List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues)CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Extension extension, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Filter filter, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Group node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Intersection intersection, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Join join, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(LeftJoin leftJoin, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(MultiProjection multiProjection, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Order node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Projection projection, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Reduced reduced, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Service service, java.lang.String serviceUri, CloseableIteration<BindingSet,QueryEvaluationException> bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Service service, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(SingletonSet singletonSet, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Slice slice, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(StatementPattern statementPattern, BindingSet bindings)Deprecated.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(TripleRef ref, BindingSet bindings)evaluates a TripleRef node returning bindingsets from the matched Triple nodes in the dataset (or explore standard reification)CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(TupleExpr expr, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(UnaryTupleOperator expr, BindingSet bindings)Deprecated.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Union union, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(ZeroLengthPath zlp, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy.QueryRootQueryEvaluationStep. evaluate(BindingSet bs)CloseableIteration<BindingSet,QueryEvaluationException>ExtensionQueryEvaluationStep. evaluate(BindingSet bs)static CloseableIteration<BindingSet,QueryEvaluationException>TupleFunctionEvaluationStrategy. evaluate(TupleFunction func, java.util.List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>TupleFunctionEvaluationStrategy. evaluate(TupleExpr expr, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>TupleFunctionEvaluationStrategy. evaluate(TupleFunctionCall expr, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.java.util.function.Function<BindingSet,Binding>ArrayBindingBasedQueryEvaluationContext. getBinding(java.lang.String variableName)default java.util.function.Function<BindingSet,Binding>QueryEvaluationContext. getBinding(java.lang.String variableName)java.util.function.Function<BindingSet,Value>ArrayBindingBasedQueryEvaluationContext. getValue(java.lang.String variableName)default java.util.function.Function<BindingSet,Value>QueryEvaluationContext. getValue(java.lang.String variableName)java.util.function.Predicate<BindingSet>ArrayBindingBasedQueryEvaluationContext. hasBinding(java.lang.String variableName)default java.util.function.Predicate<BindingSet>QueryEvaluationContext. hasBinding(java.lang.String variableName)Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type BindingSet Modifier and Type Method Description ValueArrayBindingBasedQueryEvaluationContext.ValueGetter. apply(BindingSet bs)ArrayBindingSetArrayBindingBasedQueryEvaluationContext. createBindingSet(BindingSet bindings)default MutableBindingSetQueryEvaluationContext. createBindingSet(BindingSet bindings)ValueDefaultEvaluationStrategy. evaluate(And node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(ArbitraryLengthPath alp, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(BinaryTupleOperator expr, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(BindingSetAssignment bsa, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(BNodeGenerator node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Bound node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Coalesce node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(CompareAll node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(CompareAny node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Compare node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Datatype node, BindingSet bindings)CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(DescribeOperator operator, BindingSet bindings)Deprecated.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Difference difference, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Distinct distinct, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(EmptySet emptySet, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. 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, java.util.List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues)ValueDefaultEvaluationStrategy. evaluate(Exists node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Extension extension, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Filter filter, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(FunctionCall node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Group node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(If node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(In node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Intersection intersection, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.IRIDefaultEvaluationStrategy. evaluate(IRIFunction node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(IsBNode node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(IsLiteral node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(IsNumeric node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(IsResource node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(IsURI node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Join join, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Label node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(LangMatches node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Lang node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(LeftJoin leftJoin, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Like node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(ListMemberOperator node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(LocalName node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(MathExpr node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(MultiProjection multiProjection, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Namespace node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Not node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Order node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Or node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Projection projection, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Reduced reduced, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Regex node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(SameTerm node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Service service, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(SingletonSet singletonSet, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Slice slice, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(StatementPattern statementPattern, BindingSet bindings)Deprecated.ValueDefaultEvaluationStrategy. evaluate(Str node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(TripleRef ref, BindingSet bindings)evaluates a TripleRef node returning bindingsets from the matched Triple nodes in the dataset (or explore standard reification)CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(TupleExpr expr, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(UnaryTupleOperator expr, BindingSet bindings)Deprecated.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Union union, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(ValueConstant valueConstant, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(ValueExpr expr, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(ValueExprTripleRef node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueDefaultEvaluationStrategy. evaluate(Var var, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(ZeroLengthPath zlp, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy.QueryRootQueryEvaluationStep. evaluate(BindingSet bs)ValueExtendedEvaluationStrategy. evaluate(Compare node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.ValueExtendedEvaluationStrategy. evaluate(MathExpr node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>ExtensionQueryEvaluationStep. evaluate(BindingSet bs)static CloseableIteration<BindingSet,QueryEvaluationException>TupleFunctionEvaluationStrategy. evaluate(TupleFunction func, java.util.List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>TupleFunctionEvaluationStrategy. evaluate(TupleExpr expr, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.CloseableIteration<BindingSet,QueryEvaluationException>TupleFunctionEvaluationStrategy. evaluate(TupleFunctionCall expr, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.private Value[]DefaultEvaluationStrategy. evaluateAllArguments(java.util.List<ValueExpr> args, QueryValueEvaluationStep[] argSteps, BindingSet bindings)static ValueDefaultEvaluationStrategy. getVarValue(Var var, BindingSet bindings)booleanDefaultEvaluationStrategy. isTrue(QueryValueEvaluationStep expr, BindingSet bindings)booleanDefaultEvaluationStrategy. isTrue(ValueExpr expr, BindingSet bindings)TupleExprDefaultEvaluationStrategy. optimize(TupleExpr expr, EvaluationStatistics evaluationStatistics, BindingSet bindings)Execute theQueryOptimizerPipelineon the givenTupleExprto optimize its execution plan.voidQueryJoinOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.voidQueryModelNormalizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.voidQueryModelPruner. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)Deprecated.Applies generally applicable optimizations: path expressions are sorted from more to less specific.booleanArrayBindingBasedQueryEvaluationContext.HasBinding. test(BindingSet bs)Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.impl with type arguments of type BindingSet Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>DefaultEvaluationStrategy. evaluate(Service service, java.lang.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 BindingSet Constructor Description VarVisitor(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 BindingSet Constructor Description ResultSizeCountingIterator(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 BindingSet Modifier and Type Field Description private BindingSetStatementPatternQueryEvaluationStep.JoinStatementWithBindingSetIterator. bindingsFields in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with type parameters of type BindingSet Modifier and Type Field Description private java.util.function.Function<BindingSet,MutableBindingSet>BindingSetAssignmentQueryEvaluationStep. bsMakerprivate java.util.Comparator<BindingSet>OrderQueryEvaluationStep. cmpprivate java.util.function.Function<BindingSet,CloseableIteration<BindingSet,QueryEvaluationException>>JoinQueryEvaluationStep. evalprivate java.util.function.Function<BindingSet,CloseableIteration<BindingSet,QueryEvaluationException>>JoinQueryEvaluationStep. evalprivate java.util.function.Function<BindingSet,Value>StatementPatternQueryEvaluationStep. getContextVarprivate java.util.function.Function<BindingSet,Value>StatementPatternQueryEvaluationStep. getObjectVarprivate java.util.function.Function<BindingSet,Value>StatementPatternQueryEvaluationStep. getPredicateVarprivate java.util.function.Function<BindingSet,Value>StatementPatternQueryEvaluationStep. getSubjectVarprivate java.util.function.Function<BindingSet,QueryEvaluationStep.DelayedEvaluationIteration>IntersectionQueryEvaluationStep. rightArgDelayedprivate java.util.function.Function<BindingSet,QueryEvaluationStep.DelayedEvaluationIteration>MinusQueryEvaluationStep. rightQesprivate java.util.function.Supplier<java.util.Set<BindingSet>>IntersectionQueryEvaluationStep. setMakerprivate java.util.function.Predicate<BindingSet>StatementPatternQueryEvaluationStep. unboundTestMethods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps that return BindingSet Modifier and Type Method Description private BindingSetStatementPatternQueryEvaluationStep.ConvertStatementToBindingSetIterator. convert(Statement st)private BindingSetStatementPatternQueryEvaluationStep.JoinStatementWithBindingSetIterator. convert(Statement st)BindingSetStatementPatternQueryEvaluationStep.ConvertStatementToBindingSetIterator. next()BindingSetStatementPatternQueryEvaluationStep.JoinStatementWithBindingSetIterator. next()Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps that return types with arguments of type BindingSet Modifier and Type Method Description static java.util.function.Predicate<BindingSet>UnboundTest. c(QueryEvaluationContext context, Var c)CloseableIteration<BindingSet,QueryEvaluationException>BindingSetAssignmentQueryEvaluationStep. evaluate(BindingSet bindings)CloseableIteration<BindingSet,QueryEvaluationException>IntersectionQueryEvaluationStep. evaluate(BindingSet bs)CloseableIteration<BindingSet,QueryEvaluationException>JoinQueryEvaluationStep. evaluate(BindingSet bindings)CloseableIteration<BindingSet,QueryEvaluationException>LeftJoinQueryEvaluationStep. evaluate(BindingSet bindings)CloseableIteration<BindingSet,QueryEvaluationException>MinusQueryEvaluationStep. evaluate(BindingSet bindings)CloseableIteration<BindingSet,QueryEvaluationException>OrderQueryEvaluationStep. evaluate(BindingSet bs)CloseableIteration<BindingSet,QueryEvaluationException>ProjectionQueryEvaluationStep. evaluate(BindingSet bindings)CloseableIteration<BindingSet,QueryEvaluationException>RdfStarQueryEvaluationStep. evaluate(BindingSet bindings)CloseableIteration<BindingSet,QueryEvaluationException>ReificationRdfStarQueryEvaluationStep. evaluate(BindingSet bindings)CloseableIteration<BindingSet,QueryEvaluationException>ServiceQueryEvaluationStep. evaluate(BindingSet bindings)CloseableIteration<BindingSet,QueryEvaluationException>SliceQueryEvaluationStep.OffSetAndLimitQueryEvaluationStep. evaluate(BindingSet bs)CloseableIteration<BindingSet,QueryEvaluationException>SliceQueryEvaluationStep.OnlyLimitQueryEvaluationStep. evaluate(BindingSet bs)CloseableIteration<BindingSet,QueryEvaluationException>SliceQueryEvaluationStep.OnlyOffsetQueryEvaluationStep. evaluate(BindingSet bs)CloseableIteration<BindingSet,QueryEvaluationException>StatementPatternQueryEvaluationStep. evaluate(BindingSet bindings)CloseableIteration<BindingSet,QueryEvaluationException>UnionQueryEvaluationStep. evaluate(BindingSet bindings)CloseableIteration<BindingSet,QueryEvaluationException>ZeroLengthPathEvaluationStep. evaluate(BindingSet bindings)private static java.util.function.Predicate<BindingSet>StatementPatternQueryEvaluationStep. getUnboundTest(QueryEvaluationContext context, Var s, Var p, Var o, Var c)private static java.util.function.Function<BindingSet,Value>StatementPatternQueryEvaluationStep. makeGetVarValue(Var var, QueryEvaluationContext context)static java.util.function.Predicate<BindingSet>UnboundTest. o(QueryEvaluationContext context, Var o)static java.util.function.Predicate<BindingSet>UnboundTest. oc(QueryEvaluationContext context, Var o, Var c)static java.util.function.Predicate<BindingSet>UnboundTest. p(QueryEvaluationContext context, Var p)static java.util.function.Predicate<BindingSet>UnboundTest. pc(QueryEvaluationContext context, Var p, Var c)static java.util.function.Predicate<BindingSet>UnboundTest. po(QueryEvaluationContext context, Var p, Var o)static java.util.function.Predicate<BindingSet>UnboundTest. poc(QueryEvaluationContext context, Var p, Var o, Var c)static java.util.function.Predicate<BindingSet>UnboundTest. s(QueryEvaluationContext context, Var s)static java.util.function.Predicate<BindingSet>UnboundTest. sc(QueryEvaluationContext context, Var s, Var c)static java.util.function.Predicate<BindingSet>UnboundTest. so(QueryEvaluationContext context, Var s, Var o)static java.util.function.Predicate<BindingSet>UnboundTest. soc(QueryEvaluationContext context, Var s, Var o, Var c)static java.util.function.Predicate<BindingSet>UnboundTest. sp(QueryEvaluationContext context, Var s, Var p)static java.util.function.Predicate<BindingSet>UnboundTest. spc(QueryEvaluationContext context, Var s, Var p, Var c)static java.util.function.Predicate<BindingSet>UnboundTest. spo(QueryEvaluationContext context, Var s, Var p, Var o)static java.util.function.Predicate<BindingSet>UnboundTest. spoc(QueryEvaluationContext context, Var s, Var p, Var o, Var c)Constructors in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with parameters of type BindingSet Constructor Description JoinStatementWithBindingSetIterator(CloseableIteration<? extends Statement,? extends QueryEvaluationException> iteration, java.util.function.BiConsumer<MutableBindingSet,Statement> action, BindingSet bindings, QueryEvaluationContext context)Constructor parameters in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with type arguments of type BindingSet Constructor Description IntersectionQueryEvaluationStep(QueryEvaluationStep leftArg, QueryEvaluationStep rightArg, java.util.function.Supplier<java.util.Set<BindingSet>> setMaker)OrderQueryEvaluationStep(java.util.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 BindingSet Modifier and Type Field Description private java.util.function.Function<BindingSet,Value>CompareAllQueryValueEvaluationStep. getValueprivate java.util.function.Function<BindingSet,Value>CompareAnyValueEvaluationStep. getValueMethods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.values with parameters of type BindingSet Modifier and Type Method Description private static ValueQueryValueEvaluationStepSupplier. bound(QueryValueEvaluationStep arg, BindingSet bindings)private static ValueQueryValueEvaluationStepSupplier. datatype(QueryValueEvaluationStep arg, BindingSet bindings)ValueAndValueEvaluationStep. evaluate(BindingSet bindings)ValueCompareAllQueryValueEvaluationStep. evaluate(BindingSet bindings)ValueCompareAnyValueEvaluationStep. evaluate(BindingSet bindings)ValueExistsQueryValueEvaluationStep. evaluate(BindingSet bindings)ValueIfValueEvaluationStep. evaluate(BindingSet bindings)ValueInValueEvaluationStep. evaluate(BindingSet bindings)ValueListMemberValueOperationStep. evaluate(BindingSet bindings)ValueOrValueEvaluationStep. evaluate(BindingSet bindings)ValueValueExprTripleRefEvaluationStep. evaluate(BindingSet bindings)private static ValueQueryValueEvaluationStepSupplier. label(QueryValueEvaluationStep arg, BindingSet bindings, ValueFactory vf)private static ValueQueryValueEvaluationStepSupplier. lang(QueryValueEvaluationStep arg, BindingSet bindings, ValueFactory valueFactory)private static ValueQueryValueEvaluationStepSupplier. localName(QueryValueEvaluationStep arg, BindingSet bindings, ValueFactory valueFactory)private static ValueQueryValueEvaluationStepSupplier. namespace(QueryValueEvaluationStep arg, BindingSet bindings, ValueFactory valueFactory)private static ValueQueryValueEvaluationStepSupplier. str(QueryValueEvaluationStep arg, ValueFactory valueFactory, BindingSet bindings)Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.values with type arguments of type BindingSet Modifier and Type Method Description private static QueryValueEvaluationStepQueryValueEvaluationStepSupplier. make(QueryValueEvaluationStep arg, java.lang.String errorMessage, java.util.function.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 BindingSet Modifier and Type Field Description private BindingSetPathIteration. bindingsprivate BindingSetZeroLengthPathIteration. bindingsprivate BindingSetDelayedEvaluationIteration. bsprivate BindingSetDescribeIteration. currentBindingsDeprecated.private BindingSetMultiProjectionIterator. currentBindingsprotected BindingSetCrossProductIteration. currentInputBindingprivate BindingSetBottomUpJoinIterator. currentScanElemDeprecated.private BindingSetHashJoinIteration. currentScanElemprivate BindingSetBadlyDesignedLeftJoinIterator. inputBindingsprivate BindingSetCompatibleBindingSetFilter. inputBindingsDeprecated.protected BindingSetDescribeIteration. parentBindingsDeprecated.private BindingSetGroupIterator. parentBindingsprivate BindingSetMultiProjectionIterator. parentBindingsprivate BindingSet[]MultiProjectionIterator. previousBindingsprivate BindingSetGroupIterator.Entry. prototypeFields in org.eclipse.rdf4j.query.algebra.evaluation.iterator with type parameters of type BindingSet Modifier and Type Field Description private static java.util.function.Predicate<BindingSet>GroupIterator. ALWAYS_TRUE_BINDING_SETprivate java.util.function.Function<BindingSet,MutableBindingSet>HashJoinIteration. bsMakerprivate java.util.Comparator<BindingSet>OrderIterator. comparatorDeprecated.private CloseableIteration<BindingSet,QueryEvaluationException>DescribeIteration. currentDescribeExprIterDeprecated.private CloseableIteration<BindingSet,QueryEvaluationException>PathIteration. currentIterprivate java.util.Set<BindingSet>GroupIterator.DistinctBindingSets. distinctValuesprivate java.util.Set<BindingSet>SPARQLMinusIteration. excludeSetDeprecated.private java.util.Map<BindingSet,java.util.List<BindingSet>>BottomUpJoinIterator. hashTableDeprecated.private java.util.Map<BindingSet,java.util.List<BindingSet>>BottomUpJoinIterator. hashTableDeprecated.private java.util.Map<BindingSetHashKey,java.util.List<BindingSet>>HashJoinIteration. hashTableprivate java.util.List<BindingSet>BottomUpJoinIterator. hashTableValuesDeprecated.private java.util.Iterator<BindingSet>HashJoinIteration. hashTableValuesprotected java.util.List<BindingSet>CrossProductIteration. inputBindingsprotected java.util.Iterator<BindingSet>CrossProductIteration. inputBindingsIteratorprivate CloseableIteration<BindingSet,QueryEvaluationException>DelayedEvaluationIteration. iterprivate CloseableIteration<BindingSet,QueryEvaluationException>MultiProjectionIterator. iterprivate CloseableIteration<BindingSet,QueryEvaluationException>OrderIterator. iterDeprecated.private CloseableIteration<? extends BindingSet,QueryEvaluationException>QueryContextIteration. iterprivate CloseableIteration<BindingSet,QueryEvaluationException>ZeroLengthPathIteration. iterprivate CloseableIteration<BindingSet,QueryEvaluationException>BottomUpJoinIterator. leftIterDeprecated.private CloseableIteration<BindingSet,QueryEvaluationException>HashJoinIteration. leftIterprivate CloseableIteration<BindingSet,QueryEvaluationException>JoinIterator. leftIterprivate CloseableIteration<BindingSet,QueryEvaluationException>LeftJoinIterator. leftIterprivate java.util.function.IntFunction<java.util.Map<BindingSetHashKey,java.util.List<BindingSet>>>HashJoinIteration. mapMakerprivate java.util.function.IntFunction<java.util.List<BindingSet>>HashJoinIteration. mapValueMakerprivate java.util.function.BiConsumer<MutableBindingSet,BindingSet>ProjectionIterator. projectorDeprecated.private CloseableIteration<BindingSet,QueryEvaluationException>BottomUpJoinIterator. restIterDeprecated.private CloseableIteration<BindingSet,QueryEvaluationException>HashJoinIteration. restIterprotected CloseableIteration<BindingSet,QueryEvaluationException>CrossProductIteration. resultIterationprivate java.util.function.Function<BindingSet,BindingSet>FilterIterator. retainDeprecated.private java.util.function.Function<BindingSet,BindingSet>FilterIterator. retainDeprecated.private Iteration<BindingSet,X>SPARQLMinusIteration. rightArgDeprecated.private CloseableIteration<BindingSet,QueryEvaluationException>BottomUpJoinIterator. rightIterDeprecated.private CloseableIteration<BindingSet,QueryEvaluationException>HashJoinIteration. rightIterprivate CloseableIteration<BindingSet,QueryEvaluationException>JoinIterator. rightIterprivate CloseableIteration<BindingSet,QueryEvaluationException>LeftJoinIterator. rightIterprivate java.util.List<BindingSet>BottomUpJoinIterator. scanListDeprecated.private java.util.Iterator<BindingSet>HashJoinIteration. scanListprivate java.util.List<OrderIterator.SerializedQueue<BindingSet>>OrderIterator. serializedDeprecated.private Iteration<BindingSet,QueryEvaluationException>DescribeIteration. sourceIterDeprecated.Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator that return BindingSet Modifier and Type Method Description private BindingSetBottomUpJoinIterator. calcKey(BindingSet bindings, java.util.Set<java.lang.String> commonVars)Deprecated.BindingSetExtensionIterator. convert(BindingSet sourceBindings)Deprecated.protected BindingSetProjectionIterator. convert(BindingSet sourceBindings)Deprecated.protected BindingSetBadlyDesignedLeftJoinIterator. getNextElement()protected BindingSetBottomUpJoinIterator. getNextElement()Deprecated.protected BindingSetCrossProductIteration. getNextElement()protected BindingSetDescribeIteration. getNextElement()Deprecated.protected BindingSetHashJoinIteration. getNextElement()protected BindingSetJoinIterator. getNextElement()protected BindingSetLeftJoinIterator. getNextElement()protected BindingSetMultiProjectionIterator. getNextElement()protected BindingSetPathIteration. getNextElement()protected BindingSetZeroLengthPathIteration. getNextElement()BindingSetGroupIterator.Entry. getPrototype()BindingSetDelayedEvaluationIteration. next()Calls the next method of the underlying iteration.BindingSetGroupIterator. next()BindingSetQueryContextIteration. next()static BindingSetProjectionIterator. project(ProjectionElemList projElemList, BindingSet sourceBindings, BindingSet parentBindings)Deprecated.static BindingSetProjectionIterator. project(ProjectionElemList projElemList, BindingSet sourceBindings, BindingSet parentBindings, boolean includeAllParentBindings)Deprecated.protected BindingSetBottomUpJoinIterator. removeFirstElement(java.util.List<BindingSet> list)Deprecated.Remove the first (0 index) element from a BindingSet list.private BindingSetPathIteration. removeIntermediateJoinVars(QueryBindingSet nextElement)Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator that return types with arguments of type BindingSet Modifier and Type Method Description private java.util.function.BiConsumer<MutableBindingSet,BindingSet>ProjectionIterator. andThen(java.util.function.BiConsumer<MutableBindingSet,BindingSet> consumer, java.util.function.BiConsumer<MutableBindingSet,BindingSet> next)Deprecated.private static java.util.function.Function<BindingSet,BindingSet>FilterIterator. buildRetainFunction(Filter filter, QueryEvaluationContext context)Deprecated.private static java.util.function.Function<BindingSet,BindingSet>FilterIterator. buildRetainFunction(Filter filter, QueryEvaluationContext context)Deprecated.protected CloseableIteration<BindingSet,QueryEvaluationException>DelayedEvaluationIteration. createIteration()protected Iteration<BindingSet,QueryEvaluationException>OrderIterator. createIteration()Deprecated.private CloseableIteration<BindingSet,QueryEvaluationException>ZeroLengthPathIteration. createIteration()private java.util.Iterator<BindingSet>GroupIterator. createIterator()protected CloseableIteration<BindingSet,QueryEvaluationException>DescribeIteration. createNextIteration(Value subject, Value object)Deprecated.protected Iteration<BindingSet,X>SPARQLMinusIteration. getRightArg()Deprecated.protected java.util.Map<BindingSetHashKey,java.util.List<BindingSet>>HashJoinIteration. makeHashTable(int initialSize)Utility methods to make it easier to inserted custom store dependent mapsprotected java.util.List<BindingSet>HashJoinIteration. makeHashValue(int currentMaxListSize)Utility methods to make it easier to inserted custom store dependent listprotected java.util.Collection<BindingSet>HashJoinIteration. makeIterationCache(CloseableIteration<BindingSet,QueryEvaluationException> iter)Utility methods to make it easier to inserted custom store dependent listprotected java.util.List<BindingSet>BottomUpJoinIterator. makeList()Deprecated.Utility methods to make it easier to inserted custom store dependent listprotected java.util.List<BindingSet>BottomUpJoinIterator. makeList(java.util.List<BindingSet> key)Deprecated.Utility methods to make it easier to inserted custom store dependent listprotected java.util.Map<BindingSet,java.util.List<BindingSet>>BottomUpJoinIterator. makeMap()Deprecated.Utility methods to make it easier to inserted custom store dependent mapsprotected java.util.Map<BindingSet,java.util.List<BindingSet>>BottomUpJoinIterator. makeMap()Deprecated.Utility methods to make it easier to inserted custom store dependent mapsprotected java.util.Set<BindingSet>SPARQLMinusIteration. makeSet()Deprecated.protected java.util.Set<BindingSet>SPARQLMinusIteration. makeSet(Iteration<BindingSet,X> rightArg)Deprecated.private java.util.function.BiConsumer<BindingSet,MutableBindingSet>GroupIterator. makeSetAValue(java.util.List<java.util.function.Function<BindingSet,Value>> getValues, java.util.List<java.util.function.BiConsumer<Value,MutableBindingSet>> setBindings, int i)private java.util.function.BiConsumer<BindingSet,MutableBindingSet>GroupIterator. makeSetValues(java.util.List<java.util.function.Function<BindingSet,Value>> getValues, java.util.List<java.util.function.BiConsumer<Value,MutableBindingSet>> setBindings)Build a single method that sets all values without a loop or lookups during evaluation.private java.util.Map<BindingSetHashKey,java.util.List<BindingSet>>HashJoinIteration. setupHashTable()private java.util.stream.Stream<BindingSet>OrderIterator. sort(java.util.Collection<BindingSet> collection)Deprecated.Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type BindingSet Modifier and Type Method Description protected booleanCompatibleBindingSetFilter. accept(BindingSet outputBindings)Deprecated.protected booleanFilterIterator. accept(BindingSet bindings)Deprecated.protected booleanSPARQLMinusIteration. accept(BindingSet bindingSet)Deprecated.protected voidBottomUpJoinIterator. add(java.util.List<BindingSet> leftArgResults, BindingSet b)Deprecated.voidGroupIterator.Entry. addSolution(BindingSet bs, java.util.List<GroupIterator.AggregatePredicateCollectorSupplier<?,?>> operators)ValueGroupIterator.QueryStepEvaluator. apply(BindingSet bindings)private BindingSetBottomUpJoinIterator. calcKey(BindingSet bindings, java.util.Set<java.lang.String> commonVars)Deprecated.BindingSetExtensionIterator. convert(BindingSet sourceBindings)Deprecated.protected BindingSetProjectionIterator. convert(BindingSet sourceBindings)Deprecated.static BindingSetHashKeyBindingSetHashKey. create(java.lang.String[] varNames, BindingSet bindings)private static QueryBindingSetBadlyDesignedLeftJoinIterator. getFilteredBindings(BindingSet bindings, java.util.Set<java.lang.String> problemVars)private ValuePathIteration. getVarValue(Var var, boolean fixedValue, BindingSet bindingSet)protected booleanPathIteration. isUnbound(Var var, BindingSet bindings)private static QueryBindingSetProjectionIterator. makeNewQueryBindings(BindingSet parentBindings, boolean includeAllParentBindings)Deprecated.private voidGroupIterator.AggregatePredicateCollectorSupplier. operate(BindingSet bs, java.util.function.Predicate<?> predicate, java.lang.Object t)voidGroupIterator.AvgAggregate. processAggregate(BindingSet s, java.util.function.Predicate<Value> distinctValue, GroupIterator.AvgCollector avg)voidGroupIterator.ConcatAggregate. processAggregate(BindingSet s, java.util.function.Predicate<Value> distinctValue, GroupIterator.StringBuilderCollector collector)voidGroupIterator.CountAggregate. processAggregate(BindingSet s, java.util.function.Predicate<Value> distinctValue, GroupIterator.CountCollector agv)voidGroupIterator.MaxAggregate. processAggregate(BindingSet s, java.util.function.Predicate<Value> distinctValue, GroupIterator.ValueCollector max)voidGroupIterator.MinAggregate. processAggregate(BindingSet s, java.util.function.Predicate<Value> distinctValue, GroupIterator.ValueCollector min)voidGroupIterator.SampleAggregate. processAggregate(BindingSet s, java.util.function.Predicate<Value> distinct, GroupIterator.SampleCollector sample)voidGroupIterator.SumAggregate. processAggregate(BindingSet s, java.util.function.Predicate<Value> distinctValue, GroupIterator.IntegerCollector sum)voidGroupIterator.WildCardCountAggregate. processAggregate(BindingSet s, java.util.function.Predicate<BindingSet> distinctValue, GroupIterator.CountCollector agv)static BindingSetProjectionIterator. project(ProjectionElemList projElemList, BindingSet sourceBindings, BindingSet parentBindings)Deprecated.static BindingSetProjectionIterator. project(ProjectionElemList projElemList, BindingSet sourceBindings, BindingSet parentBindings, boolean includeAllParentBindings)Deprecated.protected voidBottomUpJoinIterator. put(java.util.Map<BindingSet,java.util.List<BindingSet>> hashTable, BindingSet hashKey, java.util.List<BindingSet> hashValue)Deprecated.booleanGroupIterator.DistinctBindingSets. test(BindingSet value)Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.iterator with type arguments of type BindingSet Modifier and Type Method Description protected voidBottomUpJoinIterator. add(java.util.List<BindingSet> leftArgResults, BindingSet b)Deprecated.protected voidBottomUpJoinIterator. addAll(java.util.List<BindingSet> hashTableValues, java.util.List<BindingSet> values)Deprecated.private java.util.function.BiConsumer<MutableBindingSet,BindingSet>ProjectionIterator. andThen(java.util.function.BiConsumer<MutableBindingSet,BindingSet> consumer, java.util.function.BiConsumer<MutableBindingSet,BindingSet> next)Deprecated.protected voidHashJoinIteration. disposeCache(java.util.Iterator<BindingSet> iter)Utility methods to clear-up in case not using in-memory cache.protected voidHashJoinIteration. disposeHashTable(java.util.Map<BindingSetHashKey,java.util.List<BindingSet>> map)Utility methods to clear-up in case not using in-memory hash table.protected java.util.Collection<BindingSet>HashJoinIteration. makeIterationCache(CloseableIteration<BindingSet,QueryEvaluationException> iter)Utility methods to make it easier to inserted custom store dependent listprotected java.util.List<BindingSet>BottomUpJoinIterator. makeList(java.util.List<BindingSet> key)Deprecated.Utility methods to make it easier to inserted custom store dependent listprotected java.util.Set<BindingSet>SPARQLMinusIteration. makeSet(Iteration<BindingSet,X> rightArg)Deprecated.private java.util.function.BiConsumer<BindingSet,MutableBindingSet>GroupIterator. makeSetAValue(java.util.List<java.util.function.Function<BindingSet,Value>> getValues, java.util.List<java.util.function.BiConsumer<Value,MutableBindingSet>> setBindings, int i)private java.util.function.BiConsumer<BindingSet,MutableBindingSet>GroupIterator. makeSetValues(java.util.List<java.util.function.Function<BindingSet,Value>> getValues, java.util.List<java.util.function.BiConsumer<Value,MutableBindingSet>> setBindings)Build a single method that sets all values without a loop or lookups during evaluation.voidGroupIterator.WildCardCountAggregate. processAggregate(BindingSet s, java.util.function.Predicate<BindingSet> distinctValue, GroupIterator.CountCollector agv)protected voidBottomUpJoinIterator. put(java.util.Map<BindingSet,java.util.List<BindingSet>> hashTable, BindingSet hashKey, java.util.List<BindingSet> hashValue)Deprecated.protected voidBottomUpJoinIterator. put(java.util.Map<BindingSet,java.util.List<BindingSet>> hashTable, BindingSet hashKey, java.util.List<BindingSet> hashValue)Deprecated.protected voidBottomUpJoinIterator. put(java.util.Map<BindingSet,java.util.List<BindingSet>> hashTable, BindingSet hashKey, java.util.List<BindingSet> hashValue)Deprecated.protected voidHashJoinIteration. putHashTableEntry(java.util.Map<BindingSetHashKey,java.util.List<BindingSet>> nextHashTable, BindingSetHashKey hashKey, java.util.List<BindingSet> hashValue, boolean newEntry)protected voidHashJoinIteration. putHashTableEntry(java.util.Map<BindingSetHashKey,java.util.List<BindingSet>> nextHashTable, BindingSetHashKey hashKey, java.util.List<BindingSet> hashValue, boolean newEntry)protected BindingSetBottomUpJoinIterator. removeFirstElement(java.util.List<BindingSet> list)Deprecated.Remove the first (0 index) element from a BindingSet list.private java.util.stream.Stream<BindingSet>OrderIterator. sort(java.util.Collection<BindingSet> collection)Deprecated.Constructor parameters in org.eclipse.rdf4j.query.algebra.evaluation.iterator with type arguments of type BindingSet Constructor Description AvgAggregate(java.util.function.Function<BindingSet,Value> operator)CompatibleBindingSetFilter(CloseableIteration<BindingSet,QueryEvaluationException> iter, BindingSet inputBindings)Deprecated.ConcatAggregate(java.util.function.Function<BindingSet,Value> f)ConcatAggregate(java.util.function.Function<BindingSet,Value> f, java.lang.String seperator)CountAggregate(java.util.function.Function<BindingSet,Value> f)CrossProductIteration(CloseableIteration<BindingSet,QueryEvaluationException> resultIteration, java.util.List<BindingSet> inputBindings)CrossProductIteration(CloseableIteration<BindingSet,QueryEvaluationException> resultIteration, java.util.List<BindingSet> inputBindings)DescribeIteration(Iteration<BindingSet,QueryEvaluationException> sourceIter, EvaluationStrategy strategy, java.util.Set<java.lang.String> describeExprNames, BindingSet parentBindings)Deprecated.ExtensionIterator(CloseableIteration<BindingSet,QueryEvaluationException> iter, java.util.function.Consumer<MutableBindingSet> setter, QueryEvaluationContext context)Deprecated.ExtensionIterator(Extension extension, CloseableIteration<BindingSet,QueryEvaluationException> iter, EvaluationStrategy strategy, QueryEvaluationContext context)Deprecated.FilterIterator(CloseableIteration<BindingSet,QueryEvaluationException> iter, QueryValueEvaluationStep condition, EvaluationStrategy strategy, java.util.function.Function<BindingSet,BindingSet> retain)Deprecated.FilterIterator(CloseableIteration<BindingSet,QueryEvaluationException> iter, QueryValueEvaluationStep condition, EvaluationStrategy strategy, java.util.function.Function<BindingSet,BindingSet> retain)Deprecated.FilterIterator(CloseableIteration<BindingSet,QueryEvaluationException> iter, QueryValueEvaluationStep condition, EvaluationStrategy strategy, java.util.function.Function<BindingSet,BindingSet> retain)Deprecated.FilterIterator(Filter filter, CloseableIteration<BindingSet,QueryEvaluationException> iter, QueryValueEvaluationStep condition, EvaluationStrategy strategy)Deprecated.HashJoinIteration(CloseableIteration<BindingSet,QueryEvaluationException> leftIter, java.util.Set<java.lang.String> leftBindingNames, CloseableIteration<BindingSet,QueryEvaluationException> rightIter, java.util.Set<java.lang.String> rightBindingNames, boolean leftJoin)HashJoinIteration(CloseableIteration<BindingSet,QueryEvaluationException> leftIter, java.util.Set<java.lang.String> leftBindingNames, CloseableIteration<BindingSet,QueryEvaluationException> rightIter, java.util.Set<java.lang.String> rightBindingNames, boolean leftJoin, java.util.function.IntFunction<java.util.Map<BindingSetHashKey,java.util.List<BindingSet>>> mapMaker, java.util.function.IntFunction<java.util.List<BindingSet>> mapValueMaker)Deprecated, for removal: This API element is subject to removal in a future version.HashJoinIteration(CloseableIteration<BindingSet,QueryEvaluationException> leftIter, java.util.Set<java.lang.String> leftBindingNames, CloseableIteration<BindingSet,QueryEvaluationException> rightIter, java.util.Set<java.lang.String> rightBindingNames, boolean leftJoin, java.util.function.IntFunction<java.util.Map<BindingSetHashKey,java.util.List<BindingSet>>> mapMaker, java.util.function.IntFunction<java.util.List<BindingSet>> mapValueMaker)Deprecated, for removal: This API element is subject to removal in a future version.MaxAggregate(java.util.function.Function<BindingSet,Value> f, boolean strict)MinAggregate(java.util.function.Function<BindingSet,Value> f, boolean strict)MultiProjectionIterator(MultiProjection multiProjection, CloseableIteration<BindingSet,QueryEvaluationException> iter, BindingSet bindings)OrderIterator(CloseableIteration<BindingSet,QueryEvaluationException> iter, java.util.Comparator<BindingSet> comparator)Deprecated.OrderIterator(CloseableIteration<BindingSet,QueryEvaluationException> iter, java.util.Comparator<BindingSet> comparator)Deprecated.OrderIterator(CloseableIteration<BindingSet,QueryEvaluationException> iter, java.util.Comparator<BindingSet> comparator, long limit, boolean distinct)Deprecated.OrderIterator(CloseableIteration<BindingSet,QueryEvaluationException> iter, java.util.Comparator<BindingSet> comparator, long limit, boolean distinct)Deprecated.OrderIterator(CloseableIteration<BindingSet,QueryEvaluationException> iter, java.util.Comparator<BindingSet> comparator, long limit, boolean distinct, long iterationSyncThreshold)Deprecated.OrderIterator(CloseableIteration<BindingSet,QueryEvaluationException> iter, java.util.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)SampleAggregate(java.util.function.Function<BindingSet,Value> f)SilentIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter)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.SumAggregate(java.util.function.Function<BindingSet,Value> f) -
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 BindingSet Modifier and Type Method Description static java.util.Set<BindingSet>LimitedSizeIteratorUtil. addAll(Iteration<? extends BindingSet,? extends QueryEvaluationException> arg2, java.util.Set<BindingSet> includeSet, java.util.concurrent.atomic.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 BindingSet Modifier and Type Method Description protected booleanLimitedSizeDistinctIteration. add(BindingSet object)Deprecated.Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator with type arguments of type BindingSet Modifier and Type Method Description static java.util.Set<BindingSet>LimitedSizeIteratorUtil. addAll(Iteration<? extends BindingSet,? extends QueryEvaluationException> arg2, java.util.Set<BindingSet> includeSet, java.util.concurrent.atomic.AtomicLong used, long maxSize)Deprecated, for removal: This API element is subject to removal in a future version.static java.util.Set<BindingSet>LimitedSizeIteratorUtil. addAll(Iteration<? extends BindingSet,? extends QueryEvaluationException> arg2, java.util.Set<BindingSet> includeSet, java.util.concurrent.atomic.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 BindingSet Constructor Description LimitedSizeDistinctIteration(Iteration<? extends BindingSet,? extends QueryEvaluationException> iter, java.util.concurrent.atomic.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 BindingSet Modifier and Type Field Description protected BindingSetBindingAssignerOptimizer.VarVisitor. bindingsprivate BindingSetBindingSetAssignmentInlinerOptimizer.BindingSetAssignmentVisitor. bindingSetMethods in org.eclipse.rdf4j.query.algebra.evaluation.optimizer with parameters of type BindingSet Modifier and Type Method Description voidBindingAssignerOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)voidBindingSetAssignmentInlinerOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)voidCompareOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)Applies generally applicable optimizations to the supplied query: variable assignments are inlined.voidConjunctiveConstraintSplitterOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)voidConstantOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)Applies generally applicable optimizations to the supplied query: variable assignments are inlined.voidDisjunctiveConstraintOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)voidFilterOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)voidIterativeEvaluationOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)voidOrderLimitOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)voidParentReferenceChecker. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)voidParentReferenceCleaner. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)voidProjectionRemovalOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)voidQueryJoinOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)Applies generally applicable optimizations: path expressions are sorted from more to less specific.voidQueryModelNormalizerOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)voidRegexAsStringFunctionOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)Applies generally applicable optimizations to the supplied query: variable assignments are inlined.voidSameTermFilterOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)Applies generally applicable optimizations to the supplied query: variable assignments are inlined.voidUnionScopeChangeOptimizer. optimize(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings)Constructors in org.eclipse.rdf4j.query.algebra.evaluation.optimizer with parameters of type BindingSet Constructor Description VarVisitor(BindingSet bindings) -
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 BindingSet Modifier and Type Field Description private java.util.Comparator<BindingSet>OrderComparator. bindingContentsComparatorMethods in org.eclipse.rdf4j.query.algebra.evaluation.util that return types with arguments of type BindingSet Modifier and Type Method Description private java.util.Comparator<BindingSet>OrderComparator. precompileComparator(EvaluationStrategy strategy, Order order, QueryEvaluationContext context)Methods in org.eclipse.rdf4j.query.algebra.evaluation.util with parameters of type BindingSet Modifier and Type Method Description intOrderComparator. compare(BindingSet o1, BindingSet o2)voidQueryOptimizerList. 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 BindingSet Modifier and Type Method Description voidDAWGTestResultSetWriter. handleSolution(BindingSet bindingSet) -
Uses of BindingSet in org.eclipse.rdf4j.query.impl
Classes in org.eclipse.rdf4j.query.impl that implement BindingSet Modifier and Type Class Description classEmptyBindingSetAn immutable empty BindingSet.classListBindingSetA List-based implementation of theBindingSetinterface.classMapBindingSetA Map-based implementation of theBindingSetinterface.Fields in org.eclipse.rdf4j.query.impl with type parameters of type BindingSet Modifier and Type Field Description private java.util.List<BindingSet>TupleQueryResultBuilder. bindingSetListprivate java.util.List<BindingSet>MutableTupleQueryResult. bindingSetsMethods in org.eclipse.rdf4j.query.impl that return BindingSet Modifier and Type Method Description BindingSetMutableTupleQueryResult. get(int index)BindingSetAbstractOperation. getBindings()static BindingSetEmptyBindingSet. getInstance()BindingSetMutableTupleQueryResult. next()BindingSetMutableTupleQueryResult. previous()BindingSetMutableTupleQueryResult. remove(int index)BindingSetMutableTupleQueryResult. set(int index, BindingSet bindingSet)Methods in org.eclipse.rdf4j.query.impl that return types with arguments of type BindingSet Modifier and Type Method Description protected CloseableIteration<? extends BindingSet,QueryEvaluationException>AbstractParserQuery. enforceMaxQueryTime(CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingsIter)Methods in org.eclipse.rdf4j.query.impl with parameters of type BindingSet Modifier and Type Method Description voidMutableTupleQueryResult. append(BindingSet bindingSet)voidTupleQueryResultBuilder. handleSolution(BindingSet bindingSet)voidMutableTupleQueryResult. insert(int index, BindingSet bindingSet)voidMutableTupleQueryResult. insert(BindingSet bindingSet)Inserts the specified binding set into the list.BindingSetMutableTupleQueryResult. set(int index, BindingSet bindingSet)voidMutableTupleQueryResult. set(BindingSet bindingSet)Method parameters in org.eclipse.rdf4j.query.impl with type arguments of type BindingSet Modifier and Type Method Description protected CloseableIteration<? extends BindingSet,QueryEvaluationException>AbstractParserQuery. enforceMaxQueryTime(CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingsIter)Constructors in org.eclipse.rdf4j.query.impl with parameters of type BindingSet Constructor Description MutableTupleQueryResult(java.util.Collection<java.lang.String> bindingNames, BindingSet... bindingSets)Constructor parameters in org.eclipse.rdf4j.query.impl with type arguments of type BindingSet Constructor Description IteratingTupleQueryResult(java.util.List<java.lang.String> bindingNames, java.lang.Iterable<? extends BindingSet> bindingSets)Deprecated.Creates a query result object with the supplied binding names.IteratingTupleQueryResult(java.util.List<java.lang.String> bindingNames, java.util.Iterator<? extends BindingSet> bindingSetIter)Deprecated.IteratingTupleQueryResult(java.util.List<java.lang.String> bindingNames, CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingSetIter)Deprecated.Creates a query result object with the supplied binding names.MutableTupleQueryResult(java.util.Collection<java.lang.String> bindingNames, CloseableIteration<? extends BindingSet,E> bindingSetIter)MutableTupleQueryResult(java.util.Collection<java.lang.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(java.util.List<java.lang.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 BindingSet Modifier and Type Method Description protected 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 BindingSet Modifier and Type Method Description protected 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 BindingSet Constructor Description QueryInterruptIteration(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 Modifier and Type Method Description BindingSetTupleExprBuilder. visit(ASTBindingSet node, java.lang.Object data) -
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 BindingSet Modifier and Type Field Description protected java.util.function.Function<BindingSet,Value>AggregateFunction. evaluationStepMethods in org.eclipse.rdf4j.query.parser.sparql.aggregate with parameters of type BindingSet Modifier and Type Method Description protected ValueAggregateFunction. evaluate(BindingSet s)abstract voidAggregateFunction. processAggregate(BindingSet bindingSet, java.util.function.Predicate<D> distinctValue, T agv)Method parameters in org.eclipse.rdf4j.query.parser.sparql.aggregate with type arguments of type BindingSet Modifier and Type Method Description AggregateFunctionAggregateFunctionFactory. buildFunction(java.util.function.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 Constructor Description AggregateFunction(java.util.function.Function<BindingSet,Value> evaluationStep) -
Uses of BindingSet in org.eclipse.rdf4j.query.resultio
Classes in org.eclipse.rdf4j.query.resultio that implement BindingSet Modifier and Type Class Description (package private) classValueMappingBindingSetABindingSetthat provides a mechanism to map values by using a customFunction.Fields in org.eclipse.rdf4j.query.resultio declared as BindingSet Modifier and Type Field Description private BindingSetValueMappingBindingSet. delegateMethods in org.eclipse.rdf4j.query.resultio with parameters of type BindingSet Modifier and Type Method Description voidAbstractQueryResultWriter. handleSolution(BindingSet bindingSet)voidRDFStarDecodingQueryResultHandler. handleSolution(BindingSet bindingSet)protected voidAbstractQueryResultWriter. 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 BindingSet Constructor Description ValueMappingBindingSet(BindingSet delegate, java.util.function.Function<Value,Value> mapper) -
Uses of BindingSet in org.eclipse.rdf4j.query.resultio.binary
Fields in org.eclipse.rdf4j.query.resultio.binary declared as BindingSet Modifier and Type Field Description private BindingSetBinaryQueryResultWriter. previousBindingsMethods in org.eclipse.rdf4j.query.resultio.binary with parameters of type BindingSet Modifier and Type Method Description protected voidBinaryQueryResultWriter. 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 BindingSet Modifier and Type Field Description private java.util.List<BindingSet>QueryResultCollector. bindingSetsprivate QueueCursor<BindingSet>BackgroundTupleResult. queueDeprecated.Methods in org.eclipse.rdf4j.query.resultio.helpers that return types with arguments of type BindingSet Modifier and Type Method Description java.util.List<BindingSet>QueryResultCollector. getBindingSets()Methods in org.eclipse.rdf4j.query.resultio.helpers with parameters of type BindingSet Modifier and Type Method Description voidBackgroundTupleResult. handleSolution(BindingSet bindingSet)Deprecated.voidQueryResultCollector. handleSolution(BindingSet bindingSet)Constructor parameters in org.eclipse.rdf4j.query.resultio.helpers with type arguments of type BindingSet Constructor Description BackgroundTupleResult(QueueCursor<BindingSet> queue, TupleQueryResultParser parser, java.io.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 BindingSet Modifier and Type Method Description protected voidAbstractSPARQLJSONWriter. 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 BindingSet Modifier and Type Method Description protected voidAbstractSPARQLXMLWriter. 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 BindingSet Modifier and Type Method Description java.lang.String[]SPARQLResultsXSVMappingStrategy. generateHeader(BindingSet bean)protected voidBooleanTextWriter. handleSolutionImpl(BindingSet bindingSet)java.lang.String[]SPARQLResultsXSVMappingStrategy. transmuteBean(BindingSet bean)Method parameters in org.eclipse.rdf4j.query.resultio.text with type arguments of type BindingSet Modifier and Type Method Description voidSPARQLResultsXSVMappingStrategy. setType(java.lang.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 BindingSet Modifier and Type Method Description BindingSetSPARQLResultsCSVMappingStrategy. populateNewBean(java.lang.String[] line)Methods in org.eclipse.rdf4j.query.resultio.text.csv with parameters of type BindingSet Modifier and Type Method Description protected voidSPARQLResultsCSVWriter. 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 BindingSet Modifier and Type Method Description BindingSetSPARQLResultsTSVMappingStrategy. populateNewBean(java.lang.String[] line)Methods in org.eclipse.rdf4j.query.resultio.text.tsv with parameters of type BindingSet Modifier and Type Method Description protected voidSPARQLResultsTSVWriter. handleSolutionImpl(BindingSet bindingSet) -
Uses of BindingSet in org.eclipse.rdf4j.repository.dataset
Methods in org.eclipse.rdf4j.repository.dataset that return BindingSet Modifier and Type Method Description BindingSetDatasetQuery. getBindings() -
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 BindingSet Modifier and Type Method Description private CloseableIteration<? extends BindingSet,QueryEvaluationException>SailUpdateExecutor. evaluateWhereClause(TupleExpr whereClause, UpdateContext uc, int maxExecutionTime)Methods in org.eclipse.rdf4j.repository.sail.helpers with parameters of type BindingSet Modifier and Type Method Description private StatementSailUpdateExecutor. createStatementFromPattern(StatementPattern pattern, BindingSet sourceBinding, MapBindingSet bnodeMapping)private voidSailUpdateExecutor. deleteBoundTriples(BindingSet whereBinding, TupleExpr deleteClause, UpdateContext uc)voidSailUpdateExecutor. executeUpdate(UpdateExpr updateExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int maxExecutionTime)private ValueSailUpdateExecutor. getValueForVar(Var var, BindingSet bindings)private voidSailUpdateExecutor. 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 BindingSet Modifier and Type Field Description protected BindingSetJoinExecutorBase. bindingsprotected BindingSetSPARQLCrossProductIteration. currentInputBindingFields in org.eclipse.rdf4j.repository.sparql.federation with type parameters of type BindingSet Modifier and Type Field Description private java.util.List<BindingSet>RepositoryFederatedService.FallbackServiceIteration. allBindingsprotected java.util.List<BindingSet>ServiceJoinConversionIteration. bindingsDeprecated.private CloseableIteration<BindingSet,QueryEvaluationException>RepositoryFederatedService.CloseConnectionIteration. delegateprotected java.util.List<BindingSet>SPARQLCrossProductIteration. inputBindingsprotected java.util.Iterator<BindingSet>SPARQLCrossProductIteration. inputBindingsIteratorprotected CloseableIteration<BindingSet,QueryEvaluationException>SPARQLCrossProductIteration. resultIterationMethods in org.eclipse.rdf4j.repository.sparql.federation that return BindingSet Modifier and Type Method Description protected BindingSetServiceJoinConversionIteration. convert(BindingSet bIn)Deprecated.protected BindingSetSPARQLCrossProductIteration. getNextElement()BindingSetRepositoryFederatedService.CloseConnectionIteration. next()Methods in org.eclipse.rdf4j.repository.sparql.federation that return types with arguments of type BindingSet Modifier and Type Method Description CloseableIteration<BindingSet,QueryEvaluationException>RepositoryFederatedService. evaluate(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, java.lang.String baseUri)protected CloseableIteration<BindingSet,QueryEvaluationException>RepositoryFederatedService. evaluateInternal(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, java.lang.String baseUri)Evaluate the SPARQL query that can be constructed from the SERVICE node at the initializedRepositoryof thisFederatedService.private CloseableIteration<BindingSet,QueryEvaluationException>RepositoryFederatedService. evaluateInternalFallback(Service service, java.util.List<BindingSet> allBindings, java.lang.String baseUri)Evaluate the service expression for the given lists of bindings usingRepositoryFederatedService.FallbackServiceIteration, i.e.CloseableIteration<BindingSet,QueryEvaluationException>RepositoryFederatedService. select(Service service, java.util.Set<java.lang.String> projectionVars, BindingSet bindings, java.lang.String baseUri)Evaluate the provided sparqlQueryString at the initializedRepositoryof thisFederatedService.Methods in org.eclipse.rdf4j.repository.sparql.federation with parameters of type BindingSet Modifier and Type Method Description booleanRepositoryFederatedService. ask(Service service, BindingSet bindings, java.lang.String baseUri)Evaluate the provided sparqlQueryString at the initializedRepositoryof thisFederatedService.protected BindingSetServiceJoinConversionIteration. convert(BindingSet bIn)Deprecated.CloseableIteration<BindingSet,QueryEvaluationException>RepositoryFederatedService. select(Service service, java.util.Set<java.lang.String> projectionVars, BindingSet bindings, java.lang.String baseUri)Evaluate the provided sparqlQueryString at the initializedRepositoryof thisFederatedService.Method parameters in org.eclipse.rdf4j.repository.sparql.federation with type arguments of type BindingSet Modifier and Type Method Description private java.lang.StringRepositoryFederatedService. buildVALUESClause(java.util.List<BindingSet> bindings, java.util.List<java.lang.String> relevantBindingNames)Computes the VALUES clause for the set of relevant input bindings.CloseableIteration<BindingSet,QueryEvaluationException>RepositoryFederatedService. evaluate(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, java.lang.String baseUri)protected CloseableIteration<BindingSet,QueryEvaluationException>RepositoryFederatedService. evaluateInternal(Service service, CloseableIteration<BindingSet,QueryEvaluationException> bindings, java.lang.String baseUri)Evaluate the SPARQL query that can be constructed from the SERVICE node at the initializedRepositoryof thisFederatedService.private CloseableIteration<BindingSet,QueryEvaluationException>RepositoryFederatedService. evaluateInternalFallback(Service service, java.util.List<BindingSet> allBindings, java.lang.String baseUri)Evaluate the service expression for the given lists of bindings usingRepositoryFederatedService.FallbackServiceIteration, i.e.private java.util.List<java.lang.String>RepositoryFederatedService. getRelevantBindingNames(java.util.List<BindingSet> bindings, java.util.Set<java.lang.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 BindingSet Constructor Description JoinExecutorBase(CloseableIteration<T,QueryEvaluationException> leftIter, TupleExpr rightArg, BindingSet bindings) -
Uses of BindingSet in org.eclipse.rdf4j.repository.sparql.query
Classes in org.eclipse.rdf4j.repository.sparql.query that implement BindingSet Modifier and Type Class Description classSPARQLQueryBindingSetAn implementation of theBindingSetinterface that is used to evaluate query object models.Fields in org.eclipse.rdf4j.repository.sparql.query declared as BindingSet Modifier and Type Field Description private BindingSetInsertBindingSetCursor. bindingsMethods in org.eclipse.rdf4j.repository.sparql.query that return BindingSet Modifier and Type Method Description BindingSetSPARQLOperation. getBindings()Deprecated.BindingSetInsertBindingSetCursor. next()Methods in org.eclipse.rdf4j.repository.sparql.query with parameters of type BindingSet Modifier and Type Method Description voidSPARQLQueryBindingSet. addAll(BindingSet bindingSet)static java.lang.StringQueryStringUtil. getBooleanQueryString(java.lang.String queryString, BindingSet bindings)Retrieve a modified queryString into which all bindings of the given argument are replaced with their value.static java.lang.StringQueryStringUtil. getGraphQueryString(java.lang.String queryString, BindingSet bindings)Retrieve a modified queryString into which all bindings of the given argument are replaced with their value.static java.lang.StringQueryStringUtil. getQueryString(java.lang.String queryString, BindingSet bindings)Deprecated.static java.lang.StringQueryStringUtil. getTupleQueryString(java.lang.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 java.lang.StringQueryStringUtil. getUpdateString(java.lang.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 BindingSet Constructor Description InsertBindingSetCursor(CloseableIteration<BindingSet,QueryEvaluationException> delegate, BindingSet bindings)SPARQLQueryBindingSet(BindingSet bindingSet)Constructor parameters in org.eclipse.rdf4j.repository.sparql.query with type arguments of type BindingSet Constructor Description InsertBindingSetCursor(CloseableIteration<BindingSet,QueryEvaluationException> delegate, BindingSet bindings) -
Uses of BindingSet in org.eclipse.rdf4j.sail
Fields in org.eclipse.rdf4j.sail declared as BindingSet Modifier and Type Field Description private BindingSetUpdateContext. bindingsMethods in org.eclipse.rdf4j.sail that return BindingSet Modifier and Type Method Description BindingSetUpdateContext. getBindingSet()Methods in org.eclipse.rdf4j.sail that return types with arguments of type BindingSet Modifier and Type Method Description CloseableIteration<? 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 BindingSet Modifier and Type Method Description CloseableIteration<? 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 ExplanationSailConnection. 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 BindingSet Constructor Description UpdateContext(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 BindingSet Modifier and Type Method Description protected 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 BindingSet Modifier and Type Method Description protected CloseableIteration<? extends BindingSet,QueryEvaluationException>SailSourceConnection. evaluateInternal(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)ExplanationSailSourceConnection. explain(Explanation.Level level, TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int timeoutSeconds)private booleanSailSourceConnection. 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 BindingSet Modifier and Type Class Description (package private) classTupleExprWrapperIteration<T extends BindingSet,X extends java.lang.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 BindingSet Modifier and Type Method Description 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 BindingSet Modifier and Type Method Description 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)ExplanationSailConnectionWrapper. 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 BindingSet Modifier and Type Method Description CloseableIteration<? 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 BindingSet Modifier and Type Method Description CloseableIteration<? 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 BindingSet Modifier and Type Field Description private java.util.LinkedHashSet<BindingSet>BindingSetCollection. bindingSetsMethods in org.eclipse.rdf4j.sail.lucene that return types with arguments of type BindingSet Modifier and Type Method Description java.util.Collection<BindingSet>AbstractSearchIndex. evaluate(SearchQueryEvaluator evaluator)CloseableIteration<? extends BindingSet,QueryEvaluationException>LuceneSailConnection. evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)java.util.Collection<BindingSet>SearchIndex. evaluate(SearchQueryEvaluator query)private CloseableIteration<? extends BindingSet,QueryEvaluationException>LuceneSailConnection. evaluateInternal(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)java.util.Iterator<BindingSet>BindingSetCollection. iterator()Methods in org.eclipse.rdf4j.sail.lucene with parameters of type BindingSet Modifier and Type Method Description booleanBindingSetCollection. 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)voidDistanceQuerySpecBuilder. process(TupleExpr tupleExpr, BindingSet bindings, java.util.Collection<SearchQueryEvaluator> results)voidGeoRelationQuerySpecBuilder. process(TupleExpr tupleExpr, BindingSet bindings, java.util.Collection<SearchQueryEvaluator> results)java.util.Set<QuerySpec>QuerySpecBuilder. process(TupleExpr tupleExpr, BindingSet bindings)Deprecated.voidQuerySpecBuilder. process(TupleExpr tupleExpr, BindingSet bindings, java.util.Collection<SearchQueryEvaluator> result)Appends a set of QuerySpecs embodying all necessary information to perform the Lucene query embedded in a TupleExpr.voidSearchQueryInterpreter. process(TupleExpr tupleExpr, BindingSet bindings, java.util.Collection<SearchQueryEvaluator> specs)Processes a TupleExpr into a set of SearchQueryEvaluators.Method parameters in org.eclipse.rdf4j.sail.lucene with type arguments of type BindingSet Modifier and Type Method Description booleanBindingSetCollection. addAll(java.util.Collection<? extends BindingSet> c)Constructor parameters in org.eclipse.rdf4j.sail.lucene with type arguments of type BindingSet Constructor Description BindingSetCollection(java.util.HashSet<java.lang.String> bindingNames, java.util.LinkedHashSet<BindingSet> bindingSets) -
Uses of BindingSet in org.eclipse.rdf4j.sail.shacl.ast
Fields in org.eclipse.rdf4j.sail.shacl.ast declared as BindingSet Modifier and Type Field Description private BindingSetShaclSparqlConstraintFailureException. resultBindingSetMethods in org.eclipse.rdf4j.sail.shacl.ast that return BindingSet Modifier and Type Method Description BindingSetShaclSparqlConstraintFailureException. getResultBindingSet()Constructors in org.eclipse.rdf4j.sail.shacl.ast with parameters of type BindingSet Constructor Description ShaclSparqlConstraintFailureException(Shape shape, java.lang.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 BindingSet Modifier and Type Class Description classSimpleBindingSetA simple binding set tuned for the use case that the ShaclSail has.classSingletonBindingSetA 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 BindingSet Modifier and Type Field Description protected java.util.function.Function<BindingSet,ValidationTuple>AbstractBulkJoinPlanNode. mapperprivate java.util.function.Function<BindingSet,ValidationTuple>BindSelect. mapperprivate java.util.function.Function<BindingSet,ValidationTuple>Select. mapperprivate static java.util.function.Function<BindingSet,ValidationTuple>BulkedExternalInnerJoin. nodeShapeScopeAllContextMapperprivate static java.util.function.Function<BindingSet,ValidationTuple>BulkedExternalInnerJoin. propertyShapeScopeAllContextMapperMethods in org.eclipse.rdf4j.sail.shacl.ast.planNodes that return types with arguments of type BindingSet Modifier and Type Method Description private java.util.List<BindingSet>AbstractBulkJoinPlanNode. buildBindingSets(java.util.ArrayDeque<ValidationTuple> left, SailConnection connection, boolean skipBasedOnPreviousConnection, SailConnection previousStateConnection, Resource[] dataGraph)static java.util.function.Function<BindingSet,ValidationTuple>BulkedExternalInnerJoin. getMapper(java.lang.String a, java.lang.String c, ConstraintComponent.Scope scope, Resource[] dataGraph)Methods in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type BindingSet Modifier and Type Method Description ValidationTupleAllTargetsPlanNode.AllTargetsBindingSetMapper. apply(BindingSet b)Method parameters in org.eclipse.rdf4j.sail.shacl.ast.planNodes with type arguments of type BindingSet Modifier and Type Method Description private voidAbstractBulkJoinPlanNode. updateQuery(TupleExpr parsedQuery, java.util.List<BindingSet> newBindindingSet)private voidBindSelect. updateQuery(TupleExpr parsedQuery, java.util.List<BindingSet> newBindindingset, int expectedSize)Constructors in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type BindingSet Constructor Description ValidationTuple(BindingSet bindingSet, java.lang.String[] variables, ConstraintComponent.Scope scope, boolean hasValue, Resource[] contexts)ValidationTuple(BindingSet bindingSet, java.util.List<java.lang.String> variables, ConstraintComponent.Scope scope, boolean hasValue, Resource[] contexts)Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast.planNodes with type arguments of type BindingSet Constructor Description BulkedExternalInnerJoin(PlanNode leftNode, SailConnection connection, Resource[] dataGraph, SparqlFragment query, boolean skipBasedOnPreviousConnection, SailConnection previousStateConnection, java.util.function.Function<BindingSet,ValidationTuple> mapper)BulkedExternalLeftOuterJoin(PlanNode leftNode, SailConnection connection, Resource[] dataGraph, SparqlFragment query, java.util.function.Function<BindingSet,ValidationTuple> mapper)Select(SailConnection connection, java.lang.String query, java.util.function.Function<BindingSet,ValidationTuple> mapper, Resource[] dataGraph)Select(SailConnection connection, SparqlFragment queryFragment, java.lang.String orderBy, java.util.function.Function<BindingSet,ValidationTuple> mapper, Resource[] dataGraph) -
Uses of BindingSet in org.eclipse.rdf4j.spin
Fields in org.eclipse.rdf4j.spin declared as BindingSet Modifier and Type Field Description private BindingSetParsedBooleanTemplate. argsprivate BindingSetParsedGraphTemplate. argsprivate BindingSetParsedTupleTemplate. argsprivate BindingSetParsedUpdateTemplate. argsMethods in org.eclipse.rdf4j.spin that return BindingSet Modifier and Type Method Description BindingSetParsedBooleanTemplate. getBindings()BindingSetParsedGraphTemplate. getBindings()BindingSetParsedTemplate. getBindings()BindingSetParsedTupleTemplate. getBindings()BindingSetParsedUpdateTemplate. getBindings()Constructors in org.eclipse.rdf4j.spin with parameters of type BindingSet Constructor Description ParsedBooleanTemplate(Template template, BindingSet args)ParsedBooleanTemplate(Template template, ParsedBooleanQuery query, BindingSet args)ParsedGraphTemplate(Template template, BindingSet args)ParsedGraphTemplate(Template template, ParsedGraphQuery query, BindingSet args)ParsedTupleTemplate(Template template, BindingSet args)ParsedTupleTemplate(Template template, ParsedTupleQuery query, BindingSet args)ParsedUpdateTemplate(Template template, BindingSet args)ParsedUpdateTemplate(Template template, ParsedUpdate update, BindingSet args)
-