Uses of Interface
org.eclipse.rdf4j.query.BindingSet
Packages that use BindingSet
Package
Description
Interfaces and classes for handling queries and query results.
Abstract Query Algebra model.
Implementations of
relevant to query evaluation.
invalid reference
Iteration
Functionality to convert tuple query results to and from the
Data Access Working Group Test Result Set RDF Vocabulary
The rdf4j SPARQL 1.1 parser.
Helper and utility classes for the
SailRepositoryRDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
Abstract base implementation and internal helper classes for Sail implementations.
A Sail implementation that supports full-text indexing via the Lucene API.
See discussion at https://github.com/eclipse/rdf4j/issues/1262
-
Uses of BindingSet in org.eclipse.rdf4j.collection.factory.api
Methods in org.eclipse.rdf4j.collection.factory.api that return BindingSetMethods in org.eclipse.rdf4j.collection.factory.api that return types with arguments of type BindingSetModifier and TypeMethodDescriptionCollectionFactory.createSetOfBindingSets()default ToIntFunction<BindingSet> CollectionFactory.hashOfBindingSetFuntion(List<Function<BindingSet, Value>> getValues) Generate a method that calculates a hash code that is valid in context of a single store implementation and QueryExecutionContext.Methods in org.eclipse.rdf4j.collection.factory.api with parameters of type BindingSetModifier and TypeMethodDescriptionCollectionFactory.createBindingSetKey(BindingSet bindingSet, List<Function<BindingSet, Value>> getValues, ToIntFunction<BindingSet> hashOfBindingSetCalculator) default intCollectionFactory.hashAValue(Function<BindingSet, Value> getValue, int nextHash, BindingSet bs) Hashes a value that complies with the hashCode/equals conception but only in context of this collection/factory storage layer.Method parameters in org.eclipse.rdf4j.collection.factory.api with type arguments of type BindingSetModifier and TypeMethodDescriptionCollectionFactory.createBindingSetKey(BindingSet bindingSet, List<Function<BindingSet, Value>> getValues, ToIntFunction<BindingSet> hashOfBindingSetCalculator) CollectionFactory.createBindingSetKey(BindingSet bindingSet, List<Function<BindingSet, Value>> getValues, ToIntFunction<BindingSet> hashOfBindingSetCalculator) default intCollectionFactory.hashAValue(Function<BindingSet, Value> getValue, int nextHash, BindingSet bs) Hashes a value that complies with the hashCode/equals conception but only in context of this collection/factory storage layer.default ToIntFunction<BindingSet> CollectionFactory.hashOfBindingSetFuntion(List<Function<BindingSet, Value>> getValues) Generate a method that calculates a hash code that is valid in context of a single store implementation and QueryExecutionContext. -
Uses of BindingSet in org.eclipse.rdf4j.collection.factory.impl
Methods in org.eclipse.rdf4j.collection.factory.impl that return types with arguments of type BindingSetMethods in org.eclipse.rdf4j.collection.factory.impl with parameters of type BindingSetModifier and TypeMethodDescriptionDefaultCollectionFactory.createBindingSetKey(BindingSet bindingSet, List<Function<BindingSet, Value>> getValues, ToIntFunction<BindingSet> hashOfBindingSetCalculator) Method parameters in org.eclipse.rdf4j.collection.factory.impl with type arguments of type BindingSetModifier and TypeMethodDescriptionDefaultCollectionFactory.createBindingSetKey(BindingSet bindingSet, List<Function<BindingSet, Value>> getValues, ToIntFunction<BindingSet> hashOfBindingSetCalculator) DefaultCollectionFactory.createBindingSetKey(BindingSet bindingSet, List<Function<BindingSet, Value>> getValues, ToIntFunction<BindingSet> hashOfBindingSetCalculator) -
Uses of BindingSet in org.eclipse.rdf4j.common.concurrent.locks.diagnostics
Methods in org.eclipse.rdf4j.common.concurrent.locks.diagnostics that return BindingSet -
Uses of BindingSet in org.eclipse.rdf4j.query
Subinterfaces of BindingSet in org.eclipse.rdf4j.queryModifier and TypeInterfaceDescriptioninterfaceA BindingSet is a set of named value bindings, which is used a.o. to represent a single query solution.Classes in org.eclipse.rdf4j.query that implement BindingSetModifier and TypeClassDescriptionclassAbstract base class forBindingSetimplementations, providing a.o. consistent implementations ofequals(Object)andhashCode().Methods in org.eclipse.rdf4j.query that return BindingSetModifier and TypeMethodDescriptionOperation.getBindings()Retrieves the bindings that have been set on this operation.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 with parameters of type BindingSetModifier and TypeMethodDescriptionstatic booleanQueryResults.bindingSetsCompatible(BindingSet bs1, BindingSet bs2) Check whether twoBindingSets are compatible.voidAbstractTupleQueryResultHandler.handleSolution(BindingSet bindingSet) voidQueryResultHandler.handleSolution(BindingSet bindingSet) Handles a solution. -
Uses of BindingSet in org.eclipse.rdf4j.query.algebra
Methods in org.eclipse.rdf4j.query.algebra that return types with arguments of type BindingSetMethod parameters in org.eclipse.rdf4j.query.algebra with type arguments of type BindingSetModifier and TypeMethodDescriptionvoidBindingSetAssignment.setBindingSets(Iterable<BindingSet> bindingSets) -
Uses of BindingSet in org.eclipse.rdf4j.query.algebra.evaluation
Classes in org.eclipse.rdf4j.query.algebra.evaluation that implement BindingSetModifier and TypeClassDescriptionclassAn array implementation of theBindingSetinterface.classAn implementation of theBindingSetinterface that is used to evalate query object models.Fields in org.eclipse.rdf4j.query.algebra.evaluation with type parameters of type BindingSetModifier and TypeFieldDescriptionstatic final EmptyIteration<BindingSet, QueryEvaluationException> QueryEvaluationStep.EMPTY_ITERATIONMethods in org.eclipse.rdf4j.query.algebra.evaluation that return types with arguments of type BindingSetModifier and TypeMethodDescriptionprotected CloseableIteration<? extends BindingSet, ? extends QueryEvaluationException> QueryEvaluationStep.DelayedEvaluationIteration.createIteration()Deprecated, for removal: This API element is subject to removal in a future version.protected abstract CloseableIteration<? extends BindingSet, QueryEvaluationException> AbstractQueryPreparer.evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int maxExecutionTime) EvaluationStrategy.evaluate(Service expr, String serviceUri, CloseableIteration<BindingSet, QueryEvaluationException> bindings) Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.EvaluationStrategy.evaluate(TupleExpr expr, BindingSet bindings) Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.QueryEvaluationStep.evaluate(BindingSet bindings) Methods in org.eclipse.rdf4j.query.algebra.evaluation with parameters of type BindingSetModifier and TypeMethodDescriptionvoidQueryBindingSet.addAll(BindingSet bindingSet) protected abstract CloseableIteration<? extends BindingSet, QueryEvaluationException> AbstractQueryPreparer.evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int maxExecutionTime) EvaluationStrategy.evaluate(TupleExpr expr, BindingSet bindings) Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.EvaluationStrategy.evaluate(ValueExpr expr, BindingSet bindings) Gets the value of this expression.QueryEvaluationStep.evaluate(BindingSet bindings) QueryValueEvaluationStep.ApplyFunctionForEachBinding.evaluate(BindingSet bindings) QueryValueEvaluationStep.ConstantQueryValueEvaluationStep.evaluate(BindingSet bindings) QueryValueEvaluationStep.evaluate(BindingSet bindings) QueryValueEvaluationStep.Fail.evaluate(BindingSet bindings) QueryValueEvaluationStep.Minimal.evaluate(BindingSet bindings) protected abstract 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.EvaluationStrategy.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 BindingSetModifier and TypeMethodDescriptionEvaluationStrategy.evaluate(Service expr, String serviceUri, CloseableIteration<BindingSet, QueryEvaluationException> bindings) Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.static QueryEvaluationStepQueryEvaluationStep.wrap(QueryEvaluationStep qes, Function<CloseableIteration<BindingSet, QueryEvaluationException>, CloseableIteration<BindingSet, QueryEvaluationException>> wrap) Wrap an QueryEvalationStep: where we apply a function on every evaluation result of the wrapped EvaluationStep.static QueryEvaluationStepQueryEvaluationStep.wrap(QueryEvaluationStep qes, Function<CloseableIteration<BindingSet, QueryEvaluationException>, CloseableIteration<BindingSet, QueryEvaluationException>> wrap) Wrap an QueryEvalationStep: where we apply a function on every evaluation result of the wrapped EvaluationStep.Constructors in org.eclipse.rdf4j.query.algebra.evaluation with parameters of type BindingSetModifierConstructorDescriptionArrayBindingSet(BindingSet toCopy, Set<String> names, String[] namesArray) Deprecated, for removal: This API element is subject to removal in a future version.QueryBindingSet(BindingSet bindingSet) Constructor parameters in org.eclipse.rdf4j.query.algebra.evaluation with type arguments of type BindingSet -
Uses of BindingSet in org.eclipse.rdf4j.query.algebra.evaluation.federation
Methods in org.eclipse.rdf4j.query.algebra.evaluation.federation that return types with arguments of type BindingSetModifier and TypeMethodDescriptionFederatedService.evaluate(Service service, CloseableIteration<BindingSet, QueryEvaluationException> bindings, String baseUri) Evaluate the provided SPARQL query at this federated service, possibilities for vectored evaluation.TupleFunctionFederatedService.evaluate(Service service, CloseableIteration<BindingSet, QueryEvaluationException> bindings, String baseUri) FederatedService.select(Service service, Set<String> projectionVars, BindingSet bindings, String baseUri) Evaluate the provided SPARQL query at this federated service.TupleFunctionFederatedService.select(Service service, Set<String> projectionVars, BindingSet bindings, String baseUri) Methods in org.eclipse.rdf4j.query.algebra.evaluation.federation with parameters of type BindingSetModifier and TypeMethodDescriptionbooleanFederatedService.ask(Service service, BindingSet bindings, String baseUri) Evaluate the provided SPARQL ASK query at this federated service.booleanTupleFunctionFederatedService.ask(Service service, BindingSet bindings, String baseUri) FederatedService.select(Service service, Set<String> projectionVars, BindingSet bindings, String baseUri) Evaluate the provided SPARQL query at this federated service.TupleFunctionFederatedService.select(Service service, Set<String> projectionVars, BindingSet bindings, String baseUri) Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.federation with type arguments of type BindingSetModifier and TypeMethodDescriptionFederatedService.evaluate(Service service, CloseableIteration<BindingSet, QueryEvaluationException> bindings, String baseUri) Evaluate the provided SPARQL query at this federated service, possibilities for vectored evaluation.TupleFunctionFederatedService.evaluate(Service service, CloseableIteration<BindingSet, QueryEvaluationException> bindings, String baseUri) Constructors in org.eclipse.rdf4j.query.algebra.evaluation.federation with parameters of type BindingSetModifierConstructorDescriptionJoinExecutorBase(CloseableIteration<T, QueryEvaluationException> leftIter, TupleExpr rightArg, BindingSet bindings) Deprecated.ServiceJoinIterator(CloseableIteration<BindingSet, QueryEvaluationException> leftIter, Service service, BindingSet bindings, EvaluationStrategy strategy) Construct a service join iteration to use vectored evaluation.Constructor parameters in org.eclipse.rdf4j.query.algebra.evaluation.federation with type arguments of type BindingSetModifierConstructorDescriptionServiceCrossProductIteration(CloseableIteration<BindingSet, QueryEvaluationException> resultIteration, List<BindingSet> inputBindings) Deprecated.ServiceCrossProductIteration(CloseableIteration<BindingSet, QueryEvaluationException> resultIteration, List<BindingSet> inputBindings) Deprecated.ServiceJoinConversionIteration(CloseableIteration<BindingSet, QueryEvaluationException> iter, List<BindingSet> bindings) Deprecated, for removal: This API element is subject to removal in a future version.ServiceJoinConversionIteration(CloseableIteration<BindingSet, QueryEvaluationException> iter, List<BindingSet> bindings) Deprecated, for removal: This API element is subject to removal in a future version.ServiceJoinIterator(CloseableIteration<BindingSet, QueryEvaluationException> leftIter, Service service, BindingSet bindings, EvaluationStrategy strategy) Construct a service join iteration to use vectored evaluation. -
Uses of BindingSet in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate with parameters of type BindingSetModifier and TypeMethodDescriptionvoidStatisticalAggregateFunction.processAggregate(BindingSet bindingSet, Predicate<Value> distinctValue, StatisticCollector collector) Constructor parameters in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate with type arguments of type BindingSetModifierConstructorDescriptionStatisticalAggregateFunction(Function<BindingSet, Value> evaluationStep) -
Uses of BindingSet in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.stdev
Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.stdev with type arguments of type BindingSetModifier and TypeMethodDescriptionPopulationStandardDeviationAggregateFactory.buildFunction(Function<BindingSet, Value> evaluationStep) StandardDeviationAggregateFactory.buildFunction(Function<BindingSet, Value> evaluationStep) -
Uses of BindingSet in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.variance
Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate.variance with type arguments of type BindingSetModifier and TypeMethodDescriptionPopulationVarianceAggregateFactory.buildFunction(Function<BindingSet, Value> evaluationStep) VarianceAggregateFactory.buildFunction(Function<BindingSet, Value> evaluationStep) -
Uses of BindingSet in org.eclipse.rdf4j.query.algebra.evaluation.impl
Fields in org.eclipse.rdf4j.query.algebra.evaluation.impl declared as BindingSetModifier and TypeFieldDescriptionprotected BindingSetBindingAssigner.VarVisitor.bindingsDeprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl that return types with arguments of type BindingSetModifier and TypeMethodDescriptionDefaultEvaluationStrategy.evaluate(ArbitraryLengthPath alp, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(BinaryTupleOperator expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(BindingSetAssignment bsa, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(DescribeOperator operator, BindingSet bindings) Deprecated.DefaultEvaluationStrategy.evaluate(Difference difference, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Distinct distinct, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(EmptySet emptySet, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Extension extension, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Filter filter, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Group node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Intersection intersection, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Join join, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(LeftJoin leftJoin, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(MultiProjection multiProjection, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Order node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Projection projection, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Reduced reduced, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Service service, String serviceUri, CloseableIteration<BindingSet, QueryEvaluationException> bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Service service, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(SingletonSet singletonSet, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Slice slice, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(StatementPattern statementPattern, BindingSet bindings) Deprecated.DefaultEvaluationStrategy.evaluate(TripleRef ref, BindingSet bindings) evaluates a TripleRef node returning bindingsets from the matched Triple nodes in the dataset (or explore standard reification)DefaultEvaluationStrategy.evaluate(TupleExpr expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(UnaryTupleOperator expr, BindingSet bindings) Deprecated.DefaultEvaluationStrategy.evaluate(Union union, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(ZeroLengthPath zlp, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.ExtensionQueryEvaluationStep.evaluate(BindingSet bs) TupleFunctionEvaluationStrategy.evaluate(TupleFunction func, List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues) Deprecated, for removal: This API element is subject to removal in a future version.TupleFunctionEvaluationStrategy.evaluate(TupleExpr expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.TupleFunctionEvaluationStrategy.evaluate(TupleFunctionCall expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.ArrayBindingBasedQueryEvaluationContext.getBinding(String variableName) default Function<BindingSet, Binding> QueryEvaluationContext.getBinding(String variableName) default Function<BindingSet, Value> ArrayBindingBasedQueryEvaluationContext.hasBinding(String variableName) default Predicate<BindingSet> QueryEvaluationContext.hasBinding(String variableName) Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type BindingSetModifier and TypeMethodDescriptionArrayBindingBasedQueryEvaluationContext.createBindingSet(BindingSet bindings) default MutableBindingSetQueryEvaluationContext.createBindingSet(BindingSet bindings) DefaultEvaluationStrategy.evaluate(And node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(ArbitraryLengthPath alp, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(BinaryTupleOperator expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(BindingSetAssignment bsa, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(BNodeGenerator node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Bound node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Coalesce node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(CompareAll node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(CompareAny node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Compare node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Datatype node, BindingSet bindings) DefaultEvaluationStrategy.evaluate(DescribeOperator operator, BindingSet bindings) Deprecated.DefaultEvaluationStrategy.evaluate(Difference difference, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Distinct distinct, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(EmptySet emptySet, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Now node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Exists node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Extension extension, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Filter filter, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(FunctionCall node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Group node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(If node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(In node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Intersection intersection, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(IRIFunction node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(IsBNode node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(IsLiteral node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(IsNumeric node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(IsResource node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(IsURI node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Join join, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Label node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(LangMatches node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Lang node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(LeftJoin leftJoin, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Like node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(ListMemberOperator node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(LocalName node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(MathExpr node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(MultiProjection multiProjection, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Namespace node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Not node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Order node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Or node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Projection projection, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Reduced reduced, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Regex node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(SameTerm node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Service service, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(SingletonSet singletonSet, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Slice slice, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(StatementPattern statementPattern, BindingSet bindings) Deprecated.DefaultEvaluationStrategy.evaluate(Str node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(TripleRef ref, BindingSet bindings) evaluates a TripleRef node returning bindingsets from the matched Triple nodes in the dataset (or explore standard reification)DefaultEvaluationStrategy.evaluate(TupleExpr expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(UnaryTupleOperator expr, BindingSet bindings) Deprecated.DefaultEvaluationStrategy.evaluate(Union union, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(ValueConstant valueConstant, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(ValueExpr expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(ValueExprTripleRef node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(Var var, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate(ZeroLengthPath zlp, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.ExtendedEvaluationStrategy.evaluate(Compare node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.ExtendedEvaluationStrategy.evaluate(MathExpr node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.ExtensionQueryEvaluationStep.evaluate(BindingSet bs) TupleFunctionEvaluationStrategy.evaluate(TupleFunction func, List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues) Deprecated, for removal: This API element is subject to removal in a future version.TupleFunctionEvaluationStrategy.evaluate(TupleExpr expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.TupleFunctionEvaluationStrategy.evaluate(TupleFunctionCall expr, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.static ValueDefaultEvaluationStrategy.getVarValue(Var var, BindingSet bindings) booleanDefaultEvaluationStrategy.isTrue(QueryValueEvaluationStep expr, BindingSet bindings) booleanDefaultEvaluationStrategy.isTrue(ValueExpr expr, BindingSet bindings) DefaultEvaluationStrategy.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.Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.impl with type arguments of type BindingSetModifier and TypeMethodDescriptionDefaultEvaluationStrategy.evaluate(Service service, String serviceUri, CloseableIteration<BindingSet, QueryEvaluationException> bindings) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type BindingSetModifierConstructorDescriptionVarVisitor(BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of BindingSet in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps that return types with arguments of type BindingSetModifier and TypeMethodDescriptionBindingSetAssignmentQueryEvaluationStep.evaluate(BindingSet bindings) IntersectionQueryEvaluationStep.evaluate(BindingSet bs) JoinQueryEvaluationStep.evaluate(BindingSet bindings) LeftJoinQueryEvaluationStep.evaluate(BindingSet bindings) MinusQueryEvaluationStep.evaluate(BindingSet bindings) OrderQueryEvaluationStep.evaluate(BindingSet bs) ProjectionQueryEvaluationStep.evaluate(BindingSet bindings) RdfStarQueryEvaluationStep.evaluate(BindingSet bindings) ReificationRdfStarQueryEvaluationStep.evaluate(BindingSet bindings) ServiceQueryEvaluationStep.evaluate(BindingSet bindings) SliceQueryEvaluationStep.OffSetAndLimitQueryEvaluationStep.evaluate(BindingSet bs) SliceQueryEvaluationStep.OnlyLimitQueryEvaluationStep.evaluate(BindingSet bs) SliceQueryEvaluationStep.OnlyOffsetQueryEvaluationStep.evaluate(BindingSet bs) StatementPatternQueryEvaluationStep.evaluate(BindingSet bindings) UnionQueryEvaluationStep.evaluate(BindingSet bindings) ZeroLengthPathEvaluationStep.evaluate(BindingSet bindings) Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with parameters of type BindingSetModifier and TypeMethodDescriptionBindingSetAssignmentQueryEvaluationStep.evaluate(BindingSet bindings) IntersectionQueryEvaluationStep.evaluate(BindingSet bs) JoinQueryEvaluationStep.evaluate(BindingSet bindings) LeftJoinQueryEvaluationStep.evaluate(BindingSet bindings) MinusQueryEvaluationStep.evaluate(BindingSet bindings) OrderQueryEvaluationStep.evaluate(BindingSet bs) ProjectionQueryEvaluationStep.evaluate(BindingSet bindings) RdfStarQueryEvaluationStep.evaluate(BindingSet bindings) ReificationRdfStarQueryEvaluationStep.evaluate(BindingSet bindings) ServiceQueryEvaluationStep.evaluate(BindingSet bindings) SliceQueryEvaluationStep.OffSetAndLimitQueryEvaluationStep.evaluate(BindingSet bs) SliceQueryEvaluationStep.OnlyLimitQueryEvaluationStep.evaluate(BindingSet bs) SliceQueryEvaluationStep.OnlyOffsetQueryEvaluationStep.evaluate(BindingSet bs) StatementPatternQueryEvaluationStep.evaluate(BindingSet bindings) UnionQueryEvaluationStep.evaluate(BindingSet bindings) ZeroLengthPathEvaluationStep.evaluate(BindingSet bindings) protected ZeroLengthPathIterationZeroLengthPathEvaluationStep.getZeroLengthPathIterator(BindingSet bindings, Var subjectVar, Var objVar, Var contextVar, Value subj, Value obj, QueryEvaluationContext context) Constructor parameters in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with type arguments of type BindingSetModifierConstructorDescriptionIntersectionQueryEvaluationStep(QueryEvaluationStep leftArg, QueryEvaluationStep rightArg, Supplier<Set<BindingSet>> setMaker) OrderQueryEvaluationStep(Comparator<BindingSet> cmp, long limit, boolean reduced, QueryEvaluationStep preparedArg, long iterationCacheSyncThreshold) -
Uses of BindingSet in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.values
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.values with parameters of type BindingSetModifier and TypeMethodDescriptionAndValueEvaluationStep.evaluate(BindingSet bindings) CompareAllQueryValueEvaluationStep.evaluate(BindingSet bindings) CompareAnyValueEvaluationStep.evaluate(BindingSet bindings) ExistsQueryValueEvaluationStep.evaluate(BindingSet bindings) IfValueEvaluationStep.evaluate(BindingSet bindings) InValueEvaluationStep.evaluate(BindingSet bindings) ListMemberValueOperationStep.evaluate(BindingSet bindings) OrValueEvaluationStep.evaluate(BindingSet bindings) ValueExprTripleRefEvaluationStep.evaluate(BindingSet bindings) -
Uses of BindingSet in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Fields in org.eclipse.rdf4j.query.algebra.evaluation.iterator declared as BindingSetModifier and TypeFieldDescriptionprotected BindingSetCrossProductIteration.currentInputBindingprotected BindingSetDescribeIteration.parentBindingsDeprecated.Fields in org.eclipse.rdf4j.query.algebra.evaluation.iterator with type parameters of type BindingSetModifier and TypeFieldDescriptionprotected final List<BindingSet> CrossProductIteration.inputBindingsprotected Iterator<BindingSet> CrossProductIteration.inputBindingsIteratorprotected final CloseableIteration<BindingSet, QueryEvaluationException> CrossProductIteration.resultIterationMethods in org.eclipse.rdf4j.query.algebra.evaluation.iterator that return BindingSetModifier and TypeMethodDescriptionExtensionIterator.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()DelayedEvaluationIteration.next()Calls the next method of the underlying iteration.GroupIterator.next()QueryContextIteration.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(List<BindingSet> list) Deprecated.Remove the first (0 index) element from a BindingSet list.Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator that return types with arguments of type BindingSetModifier and TypeMethodDescriptionprotected CloseableIteration<BindingSet, QueryEvaluationException> DelayedEvaluationIteration.createIteration()protected Iteration<BindingSet, QueryEvaluationException> OrderIterator.createIteration()Deprecated.protected CloseableIteration<BindingSet, QueryEvaluationException> DescribeIteration.createNextIteration(Value subject, Value object) Deprecated.protected Iteration<BindingSet, X> SPARQLMinusIteration.getRightArg()Deprecated.protected Map<BindingSetHashKey, List<BindingSet>> HashJoinIteration.makeHashTable(int initialSize) Utility methods to make it easier to inserted custom store dependent mapsprotected List<BindingSet> HashJoinIteration.makeHashValue(int currentMaxListSize) Utility methods to make it easier to inserted custom store dependent listprotected Collection<BindingSet> HashJoinIteration.makeIterationCache(CloseableIteration<BindingSet, QueryEvaluationException> iter) Utility methods to make it easier to inserted custom store dependent listprotected List<BindingSet> BottomUpJoinIterator.makeList()Deprecated.Utility methods to make it easier to inserted custom store dependent listprotected List<BindingSet> BottomUpJoinIterator.makeList(List<BindingSet> key) Deprecated.Utility methods to make it easier to inserted custom store dependent listprotected Map<BindingSet, List<BindingSet>> BottomUpJoinIterator.makeMap()Deprecated.Utility methods to make it easier to inserted custom store dependent mapsprotected Map<BindingSet, List<BindingSet>> BottomUpJoinIterator.makeMap()Deprecated.Utility methods to make it easier to inserted custom store dependent mapsprotected Set<BindingSet> SPARQLMinusIteration.makeSet()Deprecated.protected Set<BindingSet> SPARQLMinusIteration.makeSet(Iteration<BindingSet, X> rightArg) Deprecated.Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type BindingSetModifier and TypeMethodDescriptionprotected booleanCompatibleBindingSetFilter.accept(BindingSet outputBindings) Deprecated.protected booleanFilterIterator.accept(BindingSet bindings) Deprecated.protected booleanSPARQLMinusIteration.accept(BindingSet bindingSet) Deprecated.protected voidBottomUpJoinIterator.add(List<BindingSet> leftArgResults, BindingSet b) Deprecated.ExtensionIterator.convert(BindingSet sourceBindings) Deprecated.protected BindingSetProjectionIterator.convert(BindingSet sourceBindings) Deprecated.static BindingSetHashKeyBindingSetHashKey.create(String[] varNames, BindingSet bindings) protected booleanPathIteration.isUnbound(Var var, BindingSet bindings) 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(Map<BindingSet, List<BindingSet>> hashTable, BindingSet hashKey, List<BindingSet> hashValue) Deprecated.Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.iterator with type arguments of type BindingSetModifier and TypeMethodDescriptionprotected voidBottomUpJoinIterator.add(List<BindingSet> leftArgResults, BindingSet b) Deprecated.protected voidBottomUpJoinIterator.addAll(List<BindingSet> hashTableValues, List<BindingSet> values) Deprecated.protected voidHashJoinIteration.disposeCache(Iterator<BindingSet> iter) Utility methods to clear-up in case not using in-memory cache.protected voidHashJoinIteration.disposeHashTable(Map<BindingSetHashKey, List<BindingSet>> map) Utility methods to clear-up in case not using in-memory hash table.protected Collection<BindingSet> HashJoinIteration.makeIterationCache(CloseableIteration<BindingSet, QueryEvaluationException> iter) Utility methods to make it easier to inserted custom store dependent listprotected List<BindingSet> BottomUpJoinIterator.makeList(List<BindingSet> key) Deprecated.Utility methods to make it easier to inserted custom store dependent listprotected Set<BindingSet> SPARQLMinusIteration.makeSet(Iteration<BindingSet, X> rightArg) Deprecated.protected voidBottomUpJoinIterator.put(Map<BindingSet, List<BindingSet>> hashTable, BindingSet hashKey, List<BindingSet> hashValue) Deprecated.protected voidBottomUpJoinIterator.put(Map<BindingSet, List<BindingSet>> hashTable, BindingSet hashKey, List<BindingSet> hashValue) Deprecated.protected voidBottomUpJoinIterator.put(Map<BindingSet, List<BindingSet>> hashTable, BindingSet hashKey, List<BindingSet> hashValue) Deprecated.protected voidHashJoinIteration.putHashTableEntry(Map<BindingSetHashKey, List<BindingSet>> nextHashTable, BindingSetHashKey hashKey, List<BindingSet> hashValue, boolean newEntry) protected voidHashJoinIteration.putHashTableEntry(Map<BindingSetHashKey, List<BindingSet>> nextHashTable, BindingSetHashKey hashKey, List<BindingSet> hashValue, boolean newEntry) protected BindingSetBottomUpJoinIterator.removeFirstElement(List<BindingSet> list) Deprecated.Remove the first (0 index) element from a BindingSet list.Constructors in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type BindingSetModifierConstructorDescriptionBadlyDesignedLeftJoinIterator(EvaluationStrategy strategy, LeftJoin join, BindingSet inputBindings, Set<String> problemVars, QueryEvaluationContext context) BadlyDesignedLeftJoinIterator(QueryEvaluationStep left, QueryEvaluationStep right, QueryValueEvaluationStep joinCondition, BindingSet inputBindings, Set<String> problemVars) BottomUpJoinIterator(EvaluationStrategy strategy, Join join, BindingSet bindings) Deprecated.CompatibleBindingSetFilter(CloseableIteration<BindingSet, QueryEvaluationException> iter, BindingSet inputBindings) Deprecated.DescribeIteration(Iteration<BindingSet, QueryEvaluationException> sourceIter, EvaluationStrategy strategy, Set<String> describeExprNames, BindingSet parentBindings) Deprecated.GroupIterator(EvaluationStrategy strategy, Group group, BindingSet parentBindings, long iterationCacheSyncThreshold, QueryEvaluationContext context) Deprecated.GroupIterator(EvaluationStrategy strategy, Group group, BindingSet parentBindings, long iterationCacheSyncThreshold, QueryEvaluationContext context, ValueFactory vf, CollectionFactory cf) GroupIterator(EvaluationStrategy strategy, Group group, BindingSet parentBindings, QueryEvaluationContext context) HashJoinIteration(EvaluationStrategy strategy, Join join, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.HashJoinIteration(EvaluationStrategy strategy, LeftJoin join, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.HashJoinIteration(EvaluationStrategy strategy, TupleExpr left, TupleExpr right, BindingSet bindings, boolean leftJoin) HashJoinIteration(QueryEvaluationStep left, QueryEvaluationStep right, BindingSet bindings, boolean leftJoin, String[] joinAttributes, QueryEvaluationContext context) JoinIterator(EvaluationStrategy strategy, QueryEvaluationStep leftPrepared, QueryEvaluationStep rightPrepared, Join join, BindingSet bindings) JoinIterator(EvaluationStrategy strategy, Join join, BindingSet bindings, QueryEvaluationContext context) LeftJoinIterator(EvaluationStrategy strategy, LeftJoin join, BindingSet bindings, QueryEvaluationContext context) LeftJoinIterator(QueryEvaluationStep left, QueryEvaluationStep right, QueryValueEvaluationStep joinCondition, BindingSet bindings, Set<String> scopeBindingNamse) MultiProjectionIterator(MultiProjection multiProjection, CloseableIteration<BindingSet, QueryEvaluationException> iter, BindingSet bindings) PathIteration(EvaluationStrategy strategy, StatementPattern.Scope scope, Var startVar, TupleExpr pathExpression, Var endVar, Var contextVar, long minLength, BindingSet bindings) ProjectionIterator(Projection projection, CloseableIteration<BindingSet, QueryEvaluationException> iter, BindingSet parentBindings, QueryEvaluationContext context) Deprecated.ZeroLengthPathIteration(EvaluationStrategy evaluationStrategyImpl, Var subjectVar, Var objVar, Value subj, Value obj, Var contextVar, BindingSet bindings, QueryEvaluationContext context) Constructor parameters in org.eclipse.rdf4j.query.algebra.evaluation.iterator with type arguments of type BindingSetModifierConstructorDescriptionCompatibleBindingSetFilter(CloseableIteration<BindingSet, QueryEvaluationException> iter, BindingSet inputBindings) Deprecated.CrossProductIteration(CloseableIteration<BindingSet, QueryEvaluationException> resultIteration, List<BindingSet> inputBindings) CrossProductIteration(CloseableIteration<BindingSet, QueryEvaluationException> resultIteration, List<BindingSet> inputBindings) DescribeIteration(Iteration<BindingSet, QueryEvaluationException> sourceIter, EvaluationStrategy strategy, Set<String> describeExprNames, BindingSet parentBindings) Deprecated.ExtensionIterator(CloseableIteration<BindingSet, QueryEvaluationException> iter, Consumer<MutableBindingSet> setter, QueryEvaluationContext context) Deprecated.ExtensionIterator(Extension extension, CloseableIteration<BindingSet, QueryEvaluationException> iter, EvaluationStrategy strategy, QueryEvaluationContext context) Deprecated.FilterIterator(Filter filter, CloseableIteration<BindingSet, QueryEvaluationException> iter, QueryValueEvaluationStep condition, EvaluationStrategy strategy) Deprecated.HashJoinIteration(CloseableIteration<BindingSet, QueryEvaluationException> leftIter, Set<String> leftBindingNames, CloseableIteration<BindingSet, QueryEvaluationException> rightIter, Set<String> rightBindingNames, boolean leftJoin) HashJoinIteration(CloseableIteration<BindingSet, QueryEvaluationException> leftIter, Set<String> leftBindingNames, CloseableIteration<BindingSet, QueryEvaluationException> rightIter, Set<String> rightBindingNames, boolean leftJoin, IntFunction<Map<BindingSetHashKey, List<BindingSet>>> mapMaker, IntFunction<List<BindingSet>> mapValueMaker) Deprecated, for removal: This API element is subject to removal in a future version.HashJoinIteration(CloseableIteration<BindingSet, QueryEvaluationException> leftIter, Set<String> leftBindingNames, CloseableIteration<BindingSet, QueryEvaluationException> rightIter, Set<String> rightBindingNames, boolean leftJoin, IntFunction<Map<BindingSetHashKey, List<BindingSet>>> mapMaker, IntFunction<List<BindingSet>> mapValueMaker) Deprecated, for removal: This API element is subject to removal in a future version.MultiProjectionIterator(MultiProjection multiProjection, CloseableIteration<BindingSet, QueryEvaluationException> iter, BindingSet bindings) OrderIterator(CloseableIteration<BindingSet, QueryEvaluationException> iter, Comparator<BindingSet> comparator) Deprecated.OrderIterator(CloseableIteration<BindingSet, QueryEvaluationException> iter, Comparator<BindingSet> comparator) Deprecated.OrderIterator(CloseableIteration<BindingSet, QueryEvaluationException> iter, Comparator<BindingSet> comparator, long limit, boolean distinct) Deprecated.OrderIterator(CloseableIteration<BindingSet, QueryEvaluationException> iter, Comparator<BindingSet> comparator, long limit, boolean distinct) Deprecated.OrderIterator(CloseableIteration<BindingSet, QueryEvaluationException> iter, Comparator<BindingSet> comparator, long limit, boolean distinct, long iterationSyncThreshold) Deprecated.OrderIterator(CloseableIteration<BindingSet, QueryEvaluationException> iter, Comparator<BindingSet> comparator, long limit, boolean distinct, long iterationSyncThreshold) Deprecated.ProjectionIterator(Projection projection, CloseableIteration<BindingSet, QueryEvaluationException> iter, BindingSet parentBindings, QueryEvaluationContext context) Deprecated.QueryContextIteration(CloseableIteration<? extends BindingSet, QueryEvaluationException> iter, QueryContext queryContext) Deprecated.SPARQLMinusIteration(Iteration<BindingSet, X> leftArg, Iteration<BindingSet, X> rightArg) Deprecated.Creates a new MinusIteration that returns the results of the left argument minus the results of the right argument.SPARQLMinusIteration(Iteration<BindingSet, X> leftArg, Iteration<BindingSet, X> rightArg, boolean distinct) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of BindingSet in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator
Methods in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator that return types with arguments of type BindingSetModifier and TypeMethodDescriptionstatic Set<BindingSet> LimitedSizeIteratorUtil.addAll(Iteration<? extends BindingSet, ? extends QueryEvaluationException> arg2, Set<BindingSet> includeSet, AtomicLong used, long maxSize) Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator with parameters of type BindingSetModifier and TypeMethodDescriptionprotected booleanLimitedSizeDistinctIteration.add(BindingSet object) Deprecated.Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator with type arguments of type BindingSetModifier and TypeMethodDescriptionstatic Set<BindingSet> LimitedSizeIteratorUtil.addAll(Iteration<? extends BindingSet, ? extends QueryEvaluationException> arg2, Set<BindingSet> includeSet, AtomicLong used, long maxSize) Deprecated, for removal: This API element is subject to removal in a future version.static Set<BindingSet> LimitedSizeIteratorUtil.addAll(Iteration<? extends BindingSet, ? extends QueryEvaluationException> arg2, Set<BindingSet> includeSet, AtomicLong used, long maxSize) Deprecated, for removal: This API element is subject to removal in a future version.Constructor parameters in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator with type arguments of type BindingSetModifierConstructorDescriptionLimitedSizeDistinctIteration(Iteration<? extends BindingSet, ? extends QueryEvaluationException> iter, AtomicLong used, long maxSize) Deprecated. -
Uses of BindingSet in org.eclipse.rdf4j.query.algebra.evaluation.optimizer
Methods in org.eclipse.rdf4j.query.algebra.evaluation.optimizer with parameters of type BindingSetModifier and TypeMethodDescriptionvoidBindingAssignerOptimizer.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) -
Uses of BindingSet in org.eclipse.rdf4j.query.algebra.evaluation.util
Methods in org.eclipse.rdf4j.query.algebra.evaluation.util with parameters of type BindingSetModifier and TypeMethodDescriptionintOrderComparator.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 BindingSetModifier and TypeMethodDescriptionvoidDAWGTestResultSetWriter.handleSolution(BindingSet bindingSet) -
Uses of BindingSet in org.eclipse.rdf4j.query.impl
Classes in org.eclipse.rdf4j.query.impl that implement BindingSetModifier and TypeClassDescriptionclassAn immutable empty BindingSet.classA List-based implementation of theBindingSetinterface.classA Map-based implementation of theBindingSetinterface.Methods in org.eclipse.rdf4j.query.impl that return BindingSetModifier and TypeMethodDescriptionMutableTupleQueryResult.get(int index) AbstractOperation.getBindings()static BindingSetEmptyBindingSet.getInstance()MutableTupleQueryResult.next()MutableTupleQueryResult.previous()MutableTupleQueryResult.remove(int index) MutableTupleQueryResult.set(int index, BindingSet bindingSet) Methods in org.eclipse.rdf4j.query.impl that return types with arguments of type BindingSetModifier and TypeMethodDescriptionprotected CloseableIteration<? extends BindingSet, QueryEvaluationException> AbstractParserQuery.enforceMaxQueryTime(CloseableIteration<? extends BindingSet, QueryEvaluationException> bindingsIter) Methods in org.eclipse.rdf4j.query.impl with parameters of type BindingSetModifier and TypeMethodDescriptionvoidMutableTupleQueryResult.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.MutableTupleQueryResult.set(int index, BindingSet bindingSet) voidMutableTupleQueryResult.set(BindingSet bindingSet) Method parameters in org.eclipse.rdf4j.query.impl with type arguments of type BindingSetModifier and TypeMethodDescriptionprotected CloseableIteration<? extends BindingSet, QueryEvaluationException> AbstractParserQuery.enforceMaxQueryTime(CloseableIteration<? extends BindingSet, QueryEvaluationException> bindingsIter) Constructors in org.eclipse.rdf4j.query.impl with parameters of type BindingSetModifierConstructorDescriptionMutableTupleQueryResult(Collection<String> bindingNames, BindingSet... bindingSets) Constructor parameters in org.eclipse.rdf4j.query.impl with type arguments of type BindingSetModifierConstructorDescriptionIteratingTupleQueryResult(List<String> bindingNames, Iterable<? extends BindingSet> bindingSets) Deprecated.Creates a query result object with the supplied binding names.IteratingTupleQueryResult(List<String> bindingNames, Iterator<? extends BindingSet> bindingSetIter) Deprecated.IteratingTupleQueryResult(List<String> bindingNames, CloseableIteration<? extends BindingSet, QueryEvaluationException> bindingSetIter) Deprecated.Creates a query result object with the supplied binding names.MutableTupleQueryResult(Collection<String> bindingNames, CloseableIteration<? extends BindingSet, E> bindingSetIter) MutableTupleQueryResult(Collection<String> bindingNames, Iteration<? extends BindingSet, E> bindingSetIter) Deprecated, for removal: This API element is subject to removal in a future version.QueryInterruptIteration(Iteration<? extends BindingSet, ? extends QueryEvaluationException> iter, long timeLimit) Deprecated.TupleQueryResultImpl(List<String> bindingNames, CloseableIteration<? extends BindingSet, QueryEvaluationException> bindingSetIter) Deprecated. -
Uses of BindingSet in org.eclipse.rdf4j.query.parser.impl
Methods in org.eclipse.rdf4j.query.parser.impl that return types with arguments of type BindingSetModifier and TypeMethodDescriptionprotected CloseableIteration<? extends BindingSet, QueryEvaluationException> AbstractParserQuery.enforceMaxQueryTime(CloseableIteration<? extends BindingSet, QueryEvaluationException> bindingsIter) Method parameters in org.eclipse.rdf4j.query.parser.impl with type arguments of type BindingSetModifier and TypeMethodDescriptionprotected CloseableIteration<? extends BindingSet, QueryEvaluationException> AbstractParserQuery.enforceMaxQueryTime(CloseableIteration<? extends BindingSet, QueryEvaluationException> bindingsIter) Constructor parameters in org.eclipse.rdf4j.query.parser.impl with type arguments of type BindingSetModifierConstructorDescriptionQueryInterruptIteration(Iteration<? extends BindingSet, ? extends QueryEvaluationException> iter, long timeLimit) Deprecated. -
Uses of BindingSet in org.eclipse.rdf4j.query.parser.sparql
Methods in org.eclipse.rdf4j.query.parser.sparql that return BindingSet -
Uses of BindingSet in org.eclipse.rdf4j.query.parser.sparql.aggregate
Fields in org.eclipse.rdf4j.query.parser.sparql.aggregate with type parameters of type BindingSetModifier and TypeFieldDescriptionprotected final Function<BindingSet, Value> AggregateFunction.evaluationStepMethods in org.eclipse.rdf4j.query.parser.sparql.aggregate with parameters of type BindingSetModifier and TypeMethodDescriptionprotected ValueAggregateFunction.evaluate(BindingSet s) abstract voidAggregateFunction.processAggregate(BindingSet bindingSet, Predicate<D> distinctValue, T agv) Method parameters in org.eclipse.rdf4j.query.parser.sparql.aggregate with type arguments of type BindingSetModifier and TypeMethodDescriptionAggregateFunctionFactory.buildFunction(Function<BindingSet, Value> evaluationStep) Builds an aggregate function with input evaluation stepConstructor parameters in org.eclipse.rdf4j.query.parser.sparql.aggregate with type arguments of type BindingSet -
Uses of BindingSet in org.eclipse.rdf4j.query.resultio
Methods in org.eclipse.rdf4j.query.resultio with parameters of type BindingSetModifier and TypeMethodDescriptionvoidAbstractQueryResultWriter.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. -
Uses of BindingSet in org.eclipse.rdf4j.query.resultio.binary
Methods in org.eclipse.rdf4j.query.resultio.binary with parameters of type BindingSetModifier and TypeMethodDescriptionprotected voidBinaryQueryResultWriter.handleSolutionImpl(BindingSet bindingSet) -
Uses of BindingSet in org.eclipse.rdf4j.query.resultio.helpers
Methods in org.eclipse.rdf4j.query.resultio.helpers that return types with arguments of type BindingSetMethods in org.eclipse.rdf4j.query.resultio.helpers with parameters of type BindingSetModifier and TypeMethodDescriptionvoidBackgroundTupleResult.handleSolution(BindingSet bindingSet) Deprecated.voidQueryResultCollector.handleSolution(BindingSet bindingSet) Constructor parameters in org.eclipse.rdf4j.query.resultio.helpers with type arguments of type BindingSetModifierConstructorDescriptionBackgroundTupleResult(QueueCursor<BindingSet> queue, TupleQueryResultParser parser, InputStream in) Deprecated. -
Uses of BindingSet in org.eclipse.rdf4j.query.resultio.text
Methods in org.eclipse.rdf4j.query.resultio.text with parameters of type BindingSetModifier and TypeMethodDescriptionString[]SPARQLResultsXSVMappingStrategy.generateHeader(BindingSet bean) protected voidBooleanTextWriter.handleSolutionImpl(BindingSet bindingSet) String[]SPARQLResultsXSVMappingStrategy.transmuteBean(BindingSet bean) Method parameters in org.eclipse.rdf4j.query.resultio.text with type arguments of type BindingSetModifier and TypeMethodDescriptionvoidSPARQLResultsXSVMappingStrategy.setType(Class<? extends BindingSet> type) -
Uses of BindingSet in org.eclipse.rdf4j.query.resultio.text.csv
Methods in org.eclipse.rdf4j.query.resultio.text.csv that return BindingSetMethods in org.eclipse.rdf4j.query.resultio.text.csv with parameters of type BindingSetModifier and TypeMethodDescriptionprotected 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 BindingSetMethods in org.eclipse.rdf4j.query.resultio.text.tsv with parameters of type BindingSetModifier and TypeMethodDescriptionprotected voidSPARQLResultsTSVWriter.handleSolutionImpl(BindingSet bindingSet) -
Uses of BindingSet in org.eclipse.rdf4j.repository.sail.helpers
Methods in org.eclipse.rdf4j.repository.sail.helpers with parameters of type BindingSetModifier and TypeMethodDescriptionvoidSailUpdateExecutor.executeUpdate(UpdateExpr updateExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int maxExecutionTime) -
Uses of BindingSet in org.eclipse.rdf4j.repository.sparql.federation
Fields in org.eclipse.rdf4j.repository.sparql.federation declared as BindingSetModifier and TypeFieldDescriptionprotected final BindingSetJoinExecutorBase.bindingsprotected BindingSetSPARQLCrossProductIteration.currentInputBindingFields in org.eclipse.rdf4j.repository.sparql.federation with type parameters of type BindingSetModifier and TypeFieldDescriptionprotected final List<BindingSet> ServiceJoinConversionIteration.bindingsDeprecated.protected final List<BindingSet> SPARQLCrossProductIteration.inputBindingsprotected Iterator<BindingSet> SPARQLCrossProductIteration.inputBindingsIteratorprotected final CloseableIteration<BindingSet, QueryEvaluationException> SPARQLCrossProductIteration.resultIterationMethods in org.eclipse.rdf4j.repository.sparql.federation that return BindingSetModifier and TypeMethodDescriptionprotected BindingSetServiceJoinConversionIteration.convert(BindingSet bIn) Deprecated.protected BindingSetSPARQLCrossProductIteration.getNextElement()Methods in org.eclipse.rdf4j.repository.sparql.federation that return types with arguments of type BindingSetModifier and TypeMethodDescriptionRepositoryFederatedService.evaluate(Service service, CloseableIteration<BindingSet, QueryEvaluationException> bindings, String baseUri) protected CloseableIteration<BindingSet, QueryEvaluationException> RepositoryFederatedService.evaluateInternal(Service service, CloseableIteration<BindingSet, QueryEvaluationException> bindings, String baseUri) Evaluate the SPARQL query that can be constructed from the SERVICE node at the initializedRepositoryof thisFederatedService.RepositoryFederatedService.select(Service service, Set<String> projectionVars, BindingSet bindings, String baseUri) Evaluate the provided sparqlQueryString at the initializedRepositoryof thisFederatedService.Methods in org.eclipse.rdf4j.repository.sparql.federation with parameters of type BindingSetModifier and TypeMethodDescriptionbooleanRepositoryFederatedService.ask(Service service, BindingSet bindings, String baseUri) Evaluate the provided sparqlQueryString at the initializedRepositoryof thisFederatedService.protected BindingSetServiceJoinConversionIteration.convert(BindingSet bIn) Deprecated.RepositoryFederatedService.select(Service service, Set<String> projectionVars, BindingSet bindings, String baseUri) Evaluate the provided sparqlQueryString at the initializedRepositoryof thisFederatedService.Method parameters in org.eclipse.rdf4j.repository.sparql.federation with type arguments of type BindingSetModifier and TypeMethodDescriptionRepositoryFederatedService.evaluate(Service service, CloseableIteration<BindingSet, QueryEvaluationException> bindings, String baseUri) protected CloseableIteration<BindingSet, QueryEvaluationException> RepositoryFederatedService.evaluateInternal(Service service, CloseableIteration<BindingSet, QueryEvaluationException> bindings, String baseUri) Evaluate the SPARQL query that can be constructed from the SERVICE node at the initializedRepositoryof thisFederatedService.Constructors in org.eclipse.rdf4j.repository.sparql.federation with parameters of type BindingSetModifierConstructorDescriptionprotectedJoinExecutorBase(CloseableIteration<T, QueryEvaluationException> leftIter, TupleExpr rightArg, BindingSet bindings) Constructor parameters in org.eclipse.rdf4j.repository.sparql.federation with type arguments of type BindingSetModifierConstructorDescriptionServiceJoinConversionIteration(CloseableIteration<BindingSet, QueryEvaluationException> iter, List<BindingSet> bindings) Deprecated.ServiceJoinConversionIteration(CloseableIteration<BindingSet, QueryEvaluationException> iter, List<BindingSet> bindings) Deprecated.SPARQLCrossProductIteration(CloseableIteration<BindingSet, QueryEvaluationException> resultIteration, List<BindingSet> inputBindings) SPARQLCrossProductIteration(CloseableIteration<BindingSet, QueryEvaluationException> resultIteration, List<BindingSet> inputBindings) -
Uses of BindingSet in org.eclipse.rdf4j.repository.sparql.query
Classes in org.eclipse.rdf4j.repository.sparql.query that implement BindingSetModifier and TypeClassDescriptionclassAn implementation of theBindingSetinterface that is used to evaluate query object models.Methods in org.eclipse.rdf4j.repository.sparql.query that return BindingSetModifier and TypeMethodDescriptionSPARQLOperation.getBindings()Deprecated.InsertBindingSetCursor.next()Methods in org.eclipse.rdf4j.repository.sparql.query with parameters of type BindingSetModifier and TypeMethodDescriptionvoidSPARQLQueryBindingSet.addAll(BindingSet bindingSet) static StringQueryStringUtil.getBooleanQueryString(String queryString, BindingSet bindings) Retrieve a modified queryString into which all bindings of the given argument are replaced with their value.static StringQueryStringUtil.getGraphQueryString(String queryString, BindingSet bindings) Retrieve a modified queryString into which all bindings of the given argument are replaced with their value.static StringQueryStringUtil.getQueryString(String queryString, BindingSet bindings) Deprecated.static StringQueryStringUtil.getTupleQueryString(String queryString, BindingSet bindings) Retrieve a modified queryString into which all bindings of the given argument are replaced, with the binding names included in the SELECT clause.static StringQueryStringUtil.getUpdateString(String queryString, BindingSet bindings) Retrieve a modified queryString into which all bindings of the given argument are replaced with their value.Constructors in org.eclipse.rdf4j.repository.sparql.query with parameters of type BindingSetModifierConstructorDescriptionInsertBindingSetCursor(CloseableIteration<BindingSet, QueryEvaluationException> delegate, BindingSet bindings) SPARQLQueryBindingSet(BindingSet bindingSet) Constructor parameters in org.eclipse.rdf4j.repository.sparql.query with type arguments of type BindingSetModifierConstructorDescriptionInsertBindingSetCursor(CloseableIteration<BindingSet, QueryEvaluationException> delegate, BindingSet bindings) -
Uses of BindingSet in org.eclipse.rdf4j.sail
Methods in org.eclipse.rdf4j.sail that return BindingSetMethods in org.eclipse.rdf4j.sail that return types with arguments of type BindingSetModifier and TypeMethodDescriptionCloseableIteration<? extends BindingSet, QueryEvaluationException> SailConnection.evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) Evaluates the supplied TupleExpr on the data contained in this Sail object, using the (optional) dataset and supplied bindings as input parameters.Methods in org.eclipse.rdf4j.sail with parameters of type BindingSetModifier and TypeMethodDescriptionCloseableIteration<? extends BindingSet, QueryEvaluationException> SailConnection.evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) Evaluates the supplied TupleExpr on the data contained in this Sail object, using the (optional) dataset and supplied bindings as input parameters.default 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 BindingSetModifierConstructorDescriptionUpdateContext(UpdateExpr updateExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) -
Uses of BindingSet in org.eclipse.rdf4j.sail.base
Methods in org.eclipse.rdf4j.sail.base that return types with arguments of type BindingSetModifier and TypeMethodDescriptionprotected CloseableIteration<? extends BindingSet, QueryEvaluationException> SailSourceConnection.evaluateInternal(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) Methods in org.eclipse.rdf4j.sail.base with parameters of type BindingSetModifier and TypeMethodDescriptionprotected CloseableIteration<? extends BindingSet, QueryEvaluationException> SailSourceConnection.evaluateInternal(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) SailSourceConnection.explain(Explanation.Level level, TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int timeoutSeconds) -
Uses of BindingSet in org.eclipse.rdf4j.sail.helpers
Methods in org.eclipse.rdf4j.sail.helpers that return types with arguments of type BindingSetModifier and TypeMethodDescriptionfinal CloseableIteration<? extends BindingSet, QueryEvaluationException> AbstractSailConnection.evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) CloseableIteration<? extends BindingSet, QueryEvaluationException> SailConnectionWrapper.evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) protected abstract CloseableIteration<? extends BindingSet, QueryEvaluationException> AbstractSailConnection.evaluateInternal(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) Methods in org.eclipse.rdf4j.sail.helpers with parameters of type BindingSetModifier and TypeMethodDescriptionfinal CloseableIteration<? extends BindingSet, QueryEvaluationException> AbstractSailConnection.evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) CloseableIteration<? extends BindingSet, QueryEvaluationException> SailConnectionWrapper.evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) protected abstract CloseableIteration<? extends BindingSet, QueryEvaluationException> AbstractSailConnection.evaluateInternal(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) SailConnectionWrapper.explain(Explanation.Level level, TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int timeoutSeconds) -
Uses of BindingSet in org.eclipse.rdf4j.sail.inferencer
Methods in org.eclipse.rdf4j.sail.inferencer that return types with arguments of type BindingSetModifier and TypeMethodDescriptionCloseableIteration<? extends BindingSet, QueryEvaluationException> InferencerConnectionWrapper.evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) CallsInferencerConnectionWrapper.flushUpdates()before forwarding the call to the wrapped connection.Methods in org.eclipse.rdf4j.sail.inferencer with parameters of type BindingSetModifier and TypeMethodDescriptionCloseableIteration<? extends BindingSet, QueryEvaluationException> InferencerConnectionWrapper.evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) CallsInferencerConnectionWrapper.flushUpdates()before forwarding the call to the wrapped connection. -
Uses of BindingSet in org.eclipse.rdf4j.sail.lucene
Methods in org.eclipse.rdf4j.sail.lucene that return types with arguments of type BindingSetModifier and TypeMethodDescriptionfinal Collection<BindingSet> AbstractSearchIndex.evaluate(SearchQueryEvaluator evaluator) CloseableIteration<? extends BindingSet, QueryEvaluationException> LuceneSailConnection.evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) SearchIndex.evaluate(SearchQueryEvaluator query) Methods in org.eclipse.rdf4j.sail.lucene with parameters of type BindingSetModifier and TypeMethodDescriptionCloseableIteration<? extends BindingSet, QueryEvaluationException> LuceneSailConnection.evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) voidDistanceQuerySpecBuilder.process(TupleExpr tupleExpr, BindingSet bindings, Collection<SearchQueryEvaluator> results) voidGeoRelationQuerySpecBuilder.process(TupleExpr tupleExpr, BindingSet bindings, Collection<SearchQueryEvaluator> results) QuerySpecBuilder.process(TupleExpr tupleExpr, BindingSet bindings) Deprecated.voidQuerySpecBuilder.process(TupleExpr tupleExpr, BindingSet bindings, Collection<SearchQueryEvaluator> result) Appends a set of QuerySpecs embodying all necessary information to perform the Lucene query embedded in a TupleExpr.voidSearchQueryInterpreter.process(TupleExpr tupleExpr, BindingSet bindings, Collection<SearchQueryEvaluator> specs) Processes a TupleExpr into a set of SearchQueryEvaluators. -
Uses of BindingSet in org.eclipse.rdf4j.sail.shacl.ast
Methods in org.eclipse.rdf4j.sail.shacl.ast that return BindingSetConstructors in org.eclipse.rdf4j.sail.shacl.ast with parameters of type BindingSetModifierConstructorDescriptionShaclSparqlConstraintFailureException(Shape shape, String query, BindingSet resultBindingSet, Value focusNode, Resource[] dataGraph) -
Uses of BindingSet in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Classes in org.eclipse.rdf4j.sail.shacl.ast.planNodes that implement BindingSetModifier and TypeClassDescriptionclassA simple binding set tuned for the use case that the ShaclSail has.classA simple binding set tuned for the use case that the ShaclSail has.Fields in org.eclipse.rdf4j.sail.shacl.ast.planNodes with type parameters of type BindingSetModifier and TypeFieldDescriptionprotected Function<BindingSet, ValidationTuple> AbstractBulkJoinPlanNode.mapperMethods in org.eclipse.rdf4j.sail.shacl.ast.planNodes that return types with arguments of type BindingSetModifier and TypeMethodDescriptionstatic Function<BindingSet, ValidationTuple> BulkedExternalInnerJoin.getMapper(String a, String c, ConstraintComponent.Scope scope, Resource[] dataGraph) Methods in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type BindingSetModifier and TypeMethodDescriptionAllTargetsPlanNode.AllTargetsBindingSetMapper.apply(BindingSet b) Constructors in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type BindingSetModifierConstructorDescriptionValidationTuple(BindingSet bindingSet, String[] variables, ConstraintComponent.Scope scope, boolean hasValue, Resource[] contexts) ValidationTuple(BindingSet bindingSet, List<String> variables, ConstraintComponent.Scope scope, boolean hasValue, Resource[] contexts) Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast.planNodes with type arguments of type BindingSetModifierConstructorDescriptionBulkedExternalInnerJoin(PlanNode leftNode, SailConnection connection, Resource[] dataGraph, SparqlFragment query, boolean skipBasedOnPreviousConnection, SailConnection previousStateConnection, Function<BindingSet, ValidationTuple> mapper) BulkedExternalLeftOuterJoin(PlanNode leftNode, SailConnection connection, Resource[] dataGraph, SparqlFragment query, Function<BindingSet, ValidationTuple> mapper) Select(SailConnection connection, String query, Function<BindingSet, ValidationTuple> mapper, Resource[] dataGraph) Select(SailConnection connection, SparqlFragment queryFragment, String orderBy, Function<BindingSet, ValidationTuple> mapper, Resource[] dataGraph) -
Uses of BindingSet in org.eclipse.rdf4j.spin
Methods in org.eclipse.rdf4j.spin that return BindingSetModifier and TypeMethodDescriptionParsedBooleanTemplate.getBindings()ParsedGraphTemplate.getBindings()ParsedTemplate.getBindings()ParsedTupleTemplate.getBindings()ParsedUpdateTemplate.getBindings()Constructors in org.eclipse.rdf4j.spin with parameters of type BindingSetModifierConstructorDescriptionParsedBooleanTemplate(Template template, BindingSet args) ParsedGraphTemplate(Template template, BindingSet args) ParsedTupleTemplate(Template template, BindingSet args) ParsedUpdateTemplate(Template template, BindingSet args)
QueryStringUtil.getTupleQueryString(String, BindingSet)