Uses of Class
org.eclipse.rdf4j.query.QueryEvaluationException
-
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.common.concurrent.locks.diagnostics
Methods in org.eclipse.rdf4j.common.concurrent.locks.diagnostics that throw QueryEvaluationException Modifier and Type Method Description java.util.List<java.lang.String>
CleanerTupleQueryResult. getBindingNames()
java.util.Map<java.lang.String,java.lang.String>
CleanerGraphQueryResult. getNamespaces()
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.query
Subclasses of QueryEvaluationException in org.eclipse.rdf4j.query Modifier and Type Class Description class
QueryInterruptedException
An exception indicating that the evaluation of a query has been interrupted, for example because it took too long to complete.Fields in org.eclipse.rdf4j.query with type parameters of type QueryEvaluationException Modifier and Type Field Description private DistinctIteration<Statement,QueryEvaluationException>
QueryResults.GraphQueryResultFilter. filter
private DistinctIteration<BindingSet,QueryEvaluationException>
QueryResults.TupleQueryResultFilter. filter
Methods in org.eclipse.rdf4j.query that throw QueryEvaluationException Modifier and Type Method Description static <T> java.util.List<T>
QueryResults. asList(QueryResult<T> queryResult)
Get a List containing all elements obtained from the specifiedQueryResult
.static Model
QueryResults. asModel(CloseableIteration<? extends Statement,? extends RDF4JException> iteration)
Get aModel
containing all elements obtained from the specified query result.static Model
QueryResults. asModel(CloseableIteration<? extends Statement,? extends RDF4JException> iteration, ModelFactory modelFactory)
Get aModel
containing all elements obtained from the specified query result.static <T> java.util.Set<T>
QueryResults. asSet(QueryResult<T> queryResult)
Get a Set containing all elements obtained from the specifiedQueryResult
.static boolean
QueryResults. equals(GraphQueryResult result1, GraphQueryResult result2)
Compares two graph query results and returnstrue
if they are equal.static boolean
QueryResults. equals(TupleQueryResult tqr1, TupleQueryResult tqr2)
Compares two tuple query results and returnstrue
if they are equal.Tuple query results are equal if they contain the same set ofBindingSet
s and have the same headers.boolean
BooleanQuery. evaluate()
GraphQueryResult
GraphQuery. evaluate()
void
GraphQuery. evaluate(RDFHandler handler)
TupleQueryResult
TupleQuery. evaluate()
void
TupleQuery. evaluate(TupleQueryResultHandler handler)
static java.util.List<Value>
QueryResults. getAllValues(TupleQueryResult result, java.lang.String var)
Returns a list of values of a particular variable out of the QueryResult.java.util.List<java.lang.String>
QueryResults.TupleQueryResultFilter. getBindingNames()
java.util.List<java.lang.String>
TupleQueryResult. getBindingNames()
Gets the names of the bindings, in order of projection.java.util.Map<java.lang.String,java.lang.String>
GraphQueryResult. getNamespaces()
Retrieves relevant namespaces from the query result.java.util.Map<java.lang.String,java.lang.String>
QueryResults.CleanerGraphQueryResult. getNamespaces()
java.util.Map<java.lang.String,java.lang.String>
QueryResults.GraphQueryResultFilter. getNamespaces()
void
QueryResults.GraphQueryResultFilter. handleClose()
void
QueryResults.TupleQueryResultFilter. handleClose()
boolean
QueryResult. hasNext()
Returnstrue
if the query result has more elements.boolean
QueryResults.GraphQueryResultFilter. hasNext()
boolean
QueryResults.TupleQueryResultFilter. hasNext()
static boolean
QueryResults. isSubset(TupleQueryResult tqr1, TupleQueryResult tqr2)
T
QueryResult. next()
Returns the next element in the query result.Statement
QueryResults.GraphQueryResultFilter. next()
BindingSet
QueryResults.TupleQueryResultFilter. next()
void
QueryResults.GraphQueryResultFilter. remove()
void
QueryResults.TupleQueryResultFilter. remove()
static void
QueryResults. report(GraphQueryResult graphQueryResult, RDFHandler rdfHandler)
Reports a graph query result to anRDFHandler
.static void
QueryResults. report(TupleQueryResult tqr, QueryResultHandler handler)
Reports a tuple query result to aTupleQueryResultHandler
.static Statement
QueryResults. singleResult(GraphQueryResult result)
Returns a single element from the query result.The QueryResult is automatically closed by this method.static BindingSet
QueryResults. singleResult(TupleQueryResult result)
Returns a single element from the query result.The QueryResult is automatically closed by this method. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation
Subclasses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation Modifier and Type Class Description class
ValueExprEvaluationException
An exception indicating that aValueExpr
could not be evaluated due to illegal or incompatible values.Fields in org.eclipse.rdf4j.query.algebra.evaluation with type parameters of type QueryEvaluationException Modifier and Type Field Description static EmptyIteration<BindingSet,QueryEvaluationException>
QueryEvaluationStep. EMPTY_ITERATION
static EmptyIteration<? extends Statement,QueryEvaluationException>
TripleSource. EMPTY_ITERATION
static EmptyIteration<? extends Triple,QueryEvaluationException>
TripleSource. EMPTY_TRIPLE_ITERATION
Methods in org.eclipse.rdf4j.query.algebra.evaluation that return types with arguments of type QueryEvaluationException 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)
CloseableIteration<? extends Triple,QueryEvaluationException>
RDFStarTripleSource. getRdfStarTriples(Resource subj, IRI pred, Value obj)
Gets all Triple nodes that have a specific subject, predicate and/or object.CloseableIteration<? extends Statement,QueryEvaluationException>
TripleSource. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)
Gets all statements that have a specific subject, predicate and/or object.Method parameters in org.eclipse.rdf4j.query.algebra.evaluation with type arguments of type QueryEvaluationException 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 QueryEvaluationStep
QueryEvaluationStep. 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 QueryEvaluationStep
QueryEvaluationStep. 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.Methods in org.eclipse.rdf4j.query.algebra.evaluation that throw QueryEvaluationException 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.boolean
AbstractQueryPreparer.BooleanQueryImpl. evaluate()
protected abstract CloseableIteration<? extends BindingSet,QueryEvaluationException>
AbstractQueryPreparer. evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int maxExecutionTime)
GraphQueryResult
AbstractQueryPreparer.GraphQueryImpl. evaluate()
void
AbstractQueryPreparer.GraphQueryImpl. evaluate(RDFHandler handler)
TupleQueryResult
AbstractQueryPreparer.TupleQueryImpl. evaluate()
void
AbstractQueryPreparer.TupleQueryImpl. evaluate(TupleQueryResultHandler handler)
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.Value
EvaluationStrategy. evaluate(ValueExpr expr, BindingSet bindings)
Gets the value of this expression.Value
QueryValueEvaluationStep.ApplyFunctionForEachBinding. evaluate(BindingSet bindings)
Value
QueryValueEvaluationStep.ConstantQueryValueEvaluationStep. evaluate(BindingSet bindings)
Value
QueryValueEvaluationStep. evaluate(BindingSet bindings)
Value
QueryValueEvaluationStep.Fail. evaluate(BindingSet bindings)
Value
QueryValueEvaluationStep.Minimal. evaluate(BindingSet bindings)
CloseableIteration<? extends Triple,QueryEvaluationException>
RDFStarTripleSource. getRdfStarTriples(Resource subj, IRI pred, Value obj)
Gets all Triple nodes that have a specific subject, predicate and/or object.FederatedService
EvaluationStrategy. getService(java.lang.String serviceUrl)
Retrieve theFederatedService
registered for serviceUrl.CloseableIteration<? extends Statement,QueryEvaluationException>
TripleSource. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)
Gets all statements that have a specific subject, predicate and/or object.boolean
EvaluationStrategy. isTrue(QueryValueEvaluationStep expr, BindingSet bindings)
boolean
EvaluationStrategy. isTrue(ValueExpr expr, BindingSet bindings)
Evaluates the boolean expression on the supplied TripleSource object. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.federation
Methods in org.eclipse.rdf4j.query.algebra.evaluation.federation that return types with arguments of type QueryEvaluationException 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)
Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.federation with type arguments of type QueryEvaluationException 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)
Methods in org.eclipse.rdf4j.query.algebra.evaluation.federation that throw QueryEvaluationException Modifier and Type Method Description boolean
FederatedService. ask(Service service, BindingSet bindings, java.lang.String baseUri)
Evaluate the provided SPARQL ASK query at this federated service.boolean
TupleFunctionFederatedService. ask(Service service, BindingSet bindings, java.lang.String baseUri)
protected abstract FederatedService
AbstractFederatedServiceResolver. createService(java.lang.String serviceUrl)
Create a newFederatedService
for the given serviceUrl.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)
FederatedService
AbstractFederatedServiceResolver. getService(java.lang.String serviceUrl)
Retrieve theFederatedService
registered for serviceUrl.FederatedService
FederatedServiceResolver. getService(java.lang.String serviceUrl)
Retrieve theFederatedService
registered for serviceUrl.void
FederatedService. initialize()
Method to perform any initializations, invoked after construction.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)
void
FederatedService. shutdown()
Method to perform any shutDown code, invoked at unregistering.Constructor parameters in org.eclipse.rdf4j.query.algebra.evaluation.federation with type arguments of type QueryEvaluationException Constructor Description JoinExecutorBase(CloseableIteration<T,QueryEvaluationException> leftIter, TupleExpr rightArg, BindingSet bindings)
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.ServiceJoinIterator(CloseableIteration<BindingSet,QueryEvaluationException> leftIter, Service service, BindingSet bindings, EvaluationStrategy strategy)
Construct a service join iteration to use vectored evaluation.Constructors in org.eclipse.rdf4j.query.algebra.evaluation.federation that throw QueryEvaluationException 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. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.function
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function that return types with arguments of type QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>
TupleFunction. evaluate(ValueFactory valueFactory, Value... args)
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function that throw QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>
TupleFunction. evaluate(ValueFactory valueFactory, Value... args)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.aggregate that throw QueryEvaluationException Modifier and Type Method Description void
StatisticalAggregateFunction. processAggregate(BindingSet bindingSet, java.util.function.Predicate<Value> distinctValue, StatisticCollector collector)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.impl
Fields in org.eclipse.rdf4j.query.algebra.evaluation.impl with type parameters of type QueryEvaluationException Modifier and Type Field Description (package private) CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy.ResultSizeCountingIterator. iterator
(package private) CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy.TimedIterator. iterator
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl that return types with arguments of type QueryEvaluationException 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.Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.impl with type arguments of type QueryEvaluationException 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.Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl that throw QueryEvaluationException Modifier and Type Method Description Value
DefaultEvaluationStrategy. 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.Value
DefaultEvaluationStrategy. evaluate(BNodeGenerator node, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.Value
DefaultEvaluationStrategy. evaluate(Bound node, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.Value
DefaultEvaluationStrategy. evaluate(CompareAll node, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.Value
DefaultEvaluationStrategy. evaluate(CompareAny node, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.Value
DefaultEvaluationStrategy. evaluate(Compare node, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.Value
DefaultEvaluationStrategy. 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.Value
DefaultEvaluationStrategy. evaluate(Now node, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.(package private) static CloseableIteration<BindingSet,QueryEvaluationException>
DefaultEvaluationStrategy. evaluate(TupleFunction func, java.util.List<Var> resultVars, BindingSet bindings, ValueFactory valueFactory, Value... argValues)
Value
DefaultEvaluationStrategy. 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.Value
DefaultEvaluationStrategy. 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.Value
DefaultEvaluationStrategy. evaluate(If node, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.Value
DefaultEvaluationStrategy. 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.IRI
DefaultEvaluationStrategy. evaluate(IRIFunction node, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.Value
DefaultEvaluationStrategy. evaluate(IsBNode node, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.Value
DefaultEvaluationStrategy. evaluate(IsLiteral node, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.Value
DefaultEvaluationStrategy. evaluate(IsNumeric node, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.Value
DefaultEvaluationStrategy. evaluate(IsResource node, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.Value
DefaultEvaluationStrategy. 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.Value
DefaultEvaluationStrategy. evaluate(Label node, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.Value
DefaultEvaluationStrategy. evaluate(LangMatches node, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.Value
DefaultEvaluationStrategy. 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.Value
DefaultEvaluationStrategy. evaluate(Like node, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.Value
DefaultEvaluationStrategy. evaluate(ListMemberOperator node, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.Value
DefaultEvaluationStrategy. evaluate(LocalName node, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.Value
DefaultEvaluationStrategy. 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.Value
DefaultEvaluationStrategy. evaluate(Namespace node, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.Value
DefaultEvaluationStrategy. 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.Value
DefaultEvaluationStrategy. 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.Value
DefaultEvaluationStrategy. evaluate(Regex node, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.Value
DefaultEvaluationStrategy. 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, 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.Value
DefaultEvaluationStrategy. evaluate(Str node, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.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.Value
DefaultEvaluationStrategy. evaluate(ValueConstant valueConstant, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.Value
DefaultEvaluationStrategy. evaluate(ValueExpr expr, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.Value
DefaultEvaluationStrategy. evaluate(ValueExprTripleRef node, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.Value
DefaultEvaluationStrategy. 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.Value
ExtendedEvaluationStrategy. evaluate(Compare node, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.Value
ExtendedEvaluationStrategy. evaluate(MathExpr node, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.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.FederatedService
DefaultEvaluationStrategy. getService(java.lang.String serviceUrl)
protected void
DefaultEvaluationStrategy.TimedIterator. handleClose()
boolean
DefaultEvaluationStrategy.ResultSizeCountingIterator. hasNext()
boolean
DefaultEvaluationStrategy.TimedIterator. hasNext()
boolean
DefaultEvaluationStrategy. isTrue(QueryValueEvaluationStep expr, BindingSet bindings)
boolean
DefaultEvaluationStrategy. isTrue(ValueExpr expr, BindingSet bindings)
BindingSet
DefaultEvaluationStrategy.ResultSizeCountingIterator. next()
BindingSet
DefaultEvaluationStrategy.TimedIterator. next()
QueryValueEvaluationStep
DefaultEvaluationStrategy. precompile(ValueExpr expr, QueryEvaluationContext context)
QueryEvaluationStep
TupleFunctionEvaluationStrategy. precompile(TupleExpr expr, QueryEvaluationContext context)
Deprecated, for removal: This API element is subject to removal in a future version.private QueryValueEvaluationStep
DefaultEvaluationStrategy. prepare(And node, QueryEvaluationContext context)
protected QueryEvaluationStep
DefaultEvaluationStrategy. prepare(ArbitraryLengthPath alp, QueryEvaluationContext context)
protected QueryEvaluationStep
DefaultEvaluationStrategy. prepare(BinaryTupleOperator expr, QueryEvaluationContext context)
protected QueryEvaluationStep
DefaultEvaluationStrategy. prepare(BindingSetAssignment node, QueryEvaluationContext context)
protected QueryValueEvaluationStep
DefaultEvaluationStrategy. prepare(BNodeGenerator node, QueryEvaluationContext context)
protected QueryValueEvaluationStep
DefaultEvaluationStrategy. prepare(Bound node, QueryEvaluationContext context)
protected QueryValueEvaluationStep
DefaultEvaluationStrategy. prepare(Coalesce node, QueryEvaluationContext context)
protected QueryValueEvaluationStep
DefaultEvaluationStrategy. prepare(CompareAll node, QueryEvaluationContext context)
protected QueryValueEvaluationStep
DefaultEvaluationStrategy. prepare(CompareAny node, QueryEvaluationContext context)
protected QueryEvaluationStep
DefaultEvaluationStrategy. prepare(DescribeOperator node, QueryEvaluationContext context)
protected QueryEvaluationStep
DefaultEvaluationStrategy. prepare(Difference node, QueryEvaluationContext context)
protected QueryEvaluationStep
DefaultEvaluationStrategy. prepare(Distinct node, QueryEvaluationContext context)
protected QueryEvaluationStep
DefaultEvaluationStrategy. prepare(EmptySet emptySet, QueryEvaluationContext context)
protected QueryValueEvaluationStep
DefaultEvaluationStrategy. prepare(Exists node, QueryEvaluationContext context)
protected QueryEvaluationStep
DefaultEvaluationStrategy. prepare(Extension node, QueryEvaluationContext context)
protected QueryEvaluationStep
DefaultEvaluationStrategy. prepare(Filter node, QueryEvaluationContext context)
QueryValueEvaluationStep
DefaultEvaluationStrategy. prepare(FunctionCall node, QueryEvaluationContext context)
protected QueryEvaluationStep
DefaultEvaluationStrategy. prepare(Group node, QueryEvaluationContext context)
protected QueryValueEvaluationStep
DefaultEvaluationStrategy. prepare(If node, QueryEvaluationContext context)
protected QueryValueEvaluationStep
DefaultEvaluationStrategy. prepare(In node, QueryEvaluationContext context)
protected QueryEvaluationStep
DefaultEvaluationStrategy. prepare(Intersection node, QueryEvaluationContext context)
protected QueryEvaluationStep
DefaultEvaluationStrategy. prepare(Join node, QueryEvaluationContext context)
protected QueryValueEvaluationStep
DefaultEvaluationStrategy. prepare(Label node, QueryEvaluationContext context)
protected QueryEvaluationStep
DefaultEvaluationStrategy. prepare(LeftJoin node, QueryEvaluationContext context)
protected QueryValueEvaluationStep
DefaultEvaluationStrategy. prepare(ListMemberOperator node, QueryEvaluationContext context)
protected QueryEvaluationStep
DefaultEvaluationStrategy. prepare(MultiProjection node, QueryEvaluationContext context)
protected QueryEvaluationStep
DefaultEvaluationStrategy. prepare(Order node, QueryEvaluationContext context)
protected QueryValueEvaluationStep
DefaultEvaluationStrategy. prepare(Or node, QueryEvaluationContext context)
protected QueryEvaluationStep
DefaultEvaluationStrategy. prepare(Projection node, QueryEvaluationContext context)
protected QueryEvaluationStep
DefaultEvaluationStrategy. prepare(QueryRoot node, QueryEvaluationContext context)
protected QueryEvaluationStep
DefaultEvaluationStrategy. prepare(Reduced node, QueryEvaluationContext context)
protected QueryValueEvaluationStep
DefaultEvaluationStrategy. prepare(Regex node, QueryEvaluationContext context)
Determines whether the two operands match according to theregex
operator.protected QueryEvaluationStep
DefaultEvaluationStrategy. prepare(Service service, QueryEvaluationContext context)
protected QueryEvaluationStep
DefaultEvaluationStrategy. prepare(SingletonSet singletonSet, QueryEvaluationContext context)
protected QueryEvaluationStep
DefaultEvaluationStrategy. prepare(Slice node, QueryEvaluationContext context)
protected QueryEvaluationStep
DefaultEvaluationStrategy. prepare(StatementPattern node, QueryEvaluationContext context)
protected QueryValueEvaluationStep
DefaultEvaluationStrategy. prepare(Str node, QueryEvaluationContext context)
protected QueryEvaluationStep
DefaultEvaluationStrategy. prepare(TupleFunctionCall expr, QueryEvaluationContext context)
protected QueryEvaluationStep
DefaultEvaluationStrategy. prepare(UnaryTupleOperator expr, QueryEvaluationContext context)
protected QueryEvaluationStep
DefaultEvaluationStrategy. prepare(Union node, QueryEvaluationContext context)
protected QueryValueEvaluationStep
DefaultEvaluationStrategy. prepare(ValueConstant valueConstant, QueryEvaluationContext context)
protected QueryValueEvaluationStep
DefaultEvaluationStrategy. prepare(ValueExprTripleRef node, QueryEvaluationContext context)
protected QueryValueEvaluationStep
DefaultEvaluationStrategy. prepare(Var var, QueryEvaluationContext context)
protected QueryEvaluationStep
DefaultEvaluationStrategy. prepare(ZeroLengthPath zlp, QueryEvaluationContext context)
protected QueryEvaluationStep
TupleFunctionEvaluationStrategy. prepare(TupleFunctionCall expr, QueryEvaluationContext context)
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 QueryEvaluationException Constructor Description ResultSizeCountingIterator(CloseableIteration<BindingSet,QueryEvaluationException> iterator, QueryModelNode queryModelNode)
TimedIterator(CloseableIteration<BindingSet,QueryEvaluationException> iterator, QueryModelNode queryModelNode)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps
Fields in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with type parameters of type QueryEvaluationException Modifier and Type Field Description private java.util.function.Function<BindingSet,CloseableIteration<BindingSet,QueryEvaluationException>>
JoinQueryEvaluationStep. eval
private CloseableIteration<? extends Statement,? extends QueryEvaluationException>
StatementPatternQueryEvaluationStep.ConvertStatementToBindingSetIterator. iteration
private CloseableIteration<? extends Statement,? extends QueryEvaluationException>
StatementPatternQueryEvaluationStep.JoinStatementWithBindingSetIterator. iteration
Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with type arguments of type QueryEvaluationException Modifier and Type Method Description private CloseableIteration<? extends Statement,QueryEvaluationException>
StatementPatternQueryEvaluationStep. handleFilter(Resource[] contexts, Resource subject, IRI predicate, Value object, CloseableIteration<? extends Statement,QueryEvaluationException> iteration)
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps that throw QueryEvaluationException Modifier and Type Method Description void
StatementPatternQueryEvaluationStep.ConvertStatementToBindingSetIterator. close()
void
StatementPatternQueryEvaluationStep.JoinStatementWithBindingSetIterator. close()
Value
RegexValueEvaluationStepSupplier.ChangingRegexQueryValueEvaluationStep. evaluate(BindingSet bindings)
boolean
StatementPatternQueryEvaluationStep.ConvertStatementToBindingSetIterator. hasNext()
boolean
StatementPatternQueryEvaluationStep.JoinStatementWithBindingSetIterator. hasNext()
BindingSet
StatementPatternQueryEvaluationStep.ConvertStatementToBindingSetIterator. next()
BindingSet
StatementPatternQueryEvaluationStep.JoinStatementWithBindingSetIterator. next()
void
StatementPatternQueryEvaluationStep.ConvertStatementToBindingSetIterator. remove()
void
StatementPatternQueryEvaluationStep.JoinStatementWithBindingSetIterator. remove()
Constructor parameters in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with type arguments of type QueryEvaluationException Constructor Description ConvertStatementToBindingSetIterator(CloseableIteration<? extends Statement,? extends QueryEvaluationException> iteration, java.util.function.BiConsumer<MutableBindingSet,Statement> action, QueryEvaluationContext context)
JoinStatementWithBindingSetIterator(CloseableIteration<? extends Statement,? extends QueryEvaluationException> iteration, java.util.function.BiConsumer<MutableBindingSet,Statement> action, BindingSet bindings, QueryEvaluationContext context)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.values
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps.values that throw QueryEvaluationException Modifier and Type Method Description private static Value
QueryValueEvaluationStepSupplier. bound(QueryValueEvaluationStep arg, BindingSet bindings)
Value
AndValueEvaluationStep. evaluate(BindingSet bindings)
Value
CompareAllQueryValueEvaluationStep. evaluate(BindingSet bindings)
Value
CompareAnyValueEvaluationStep. evaluate(BindingSet bindings)
Value
ExistsQueryValueEvaluationStep. evaluate(BindingSet bindings)
Value
IfValueEvaluationStep. evaluate(BindingSet bindings)
Value
InValueEvaluationStep. evaluate(BindingSet bindings)
Value
ListMemberValueOperationStep. evaluate(BindingSet bindings)
Value
OrValueEvaluationStep. evaluate(BindingSet bindings)
Value
ValueExprTripleRefEvaluationStep. evaluate(BindingSet bindings)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator that return types with arguments of type QueryEvaluationException Modifier and Type Method Description protected CloseableIteration<BindingSet,QueryEvaluationException>
DelayedEvaluationIteration. createIteration()
protected Iteration<BindingSet,QueryEvaluationException>
OrderIterator. createIteration()
Deprecated.private CloseableIteration<BindingSet,QueryEvaluationException>
ZeroLengthPathIteration. createIteration()
protected CloseableIteration<BindingSet,QueryEvaluationException>
DescribeIteration. createNextIteration(Value subject, Value object)
Deprecated.Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.iterator with type arguments of type QueryEvaluationException Modifier and Type Method Description protected java.util.Collection<BindingSet>
HashJoinIteration. makeIterationCache(CloseableIteration<BindingSet,QueryEvaluationException> iter)
Utility methods to make it easier to inserted custom store dependent listMethods in org.eclipse.rdf4j.query.algebra.evaluation.iterator that throw QueryEvaluationException Modifier and Type Method Description protected boolean
CompatibleBindingSetFilter. accept(BindingSet outputBindings)
Deprecated.protected boolean
FilterIterator. accept(BindingSet bindings)
Deprecated.protected void
BottomUpJoinIterator. add(java.util.List<BindingSet> leftArgResults, BindingSet b)
Deprecated.protected <E> void
HashJoinIteration. add(java.util.Collection<E> col, E value)
protected boolean
PathIteration. add(java.util.Set<PathIteration.ValuePair> valueSet, PathIteration.ValuePair vp)
protected void
BottomUpJoinIterator. addAll(java.util.List<BindingSet> hashTableValues, java.util.List<BindingSet> values)
Deprecated.protected <E> void
HashJoinIteration. addAll(java.util.Collection<E> col, java.util.List<E> values)
protected boolean
PathIteration. addToQueue(java.util.Queue<PathIteration.ValuePair> valueQueue2, PathIteration.ValuePair vp)
private java.util.Collection<GroupIterator.Entry>
GroupIterator. buildEntries(java.util.List<GroupIterator.AggregatePredicateCollectorSupplier<?,?>> aggregates)
BindingSet
ExtensionIterator. convert(BindingSet sourceBindings)
Deprecated.protected BindingSet
ProjectionIterator. convert(BindingSet sourceBindings)
Deprecated.private GroupIterator.AggregatePredicateCollectorSupplier<?,?>
GroupIterator. create(GroupElem ge, ValueFactory vf)
protected CloseableIteration<BindingSet,QueryEvaluationException>
DelayedEvaluationIteration. createIteration()
protected Iteration<BindingSet,QueryEvaluationException>
OrderIterator. createIteration()
Deprecated.private void
PathIteration. createIteration()
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 void
OrderIterator. decrement(int amount)
Deprecated.protected BindingSet
BadlyDesignedLeftJoinIterator. getNextElement()
protected BindingSet
BottomUpJoinIterator. getNextElement()
Deprecated.protected BindingSet
CrossProductIteration. getNextElement()
protected BindingSet
DescribeIteration. getNextElement()
Deprecated.protected BindingSet
HashJoinIteration. getNextElement()
protected BindingSet
JoinIterator. getNextElement()
protected BindingSet
LeftJoinIterator. getNextElement()
protected BindingSet
MultiProjectionIterator. getNextElement()
protected BindingSet
PathIteration. getNextElement()
protected BindingSet
ZeroLengthPathIteration. getNextElement()
protected void
BottomUpJoinIterator. handleClose()
Deprecated.protected void
CrossProductIteration. handleClose()
protected void
DelayedEvaluationIteration. handleClose()
Closes this iteration as well as the underlying iteration if it has already been created and happens to be aCloseableIteration
.protected void
DescribeIteration. handleClose()
Deprecated.void
GroupIterator. handleClose()
protected void
HashJoinIteration. handleClose()
protected void
JoinIterator. handleClose()
protected void
LeftJoinIterator. handleClose()
protected void
MultiProjectionIterator. handleClose()
protected void
OrderIterator. handleClose()
Deprecated.protected void
PathIteration. handleClose()
void
QueryContextIteration. handleClose()
boolean
DelayedEvaluationIteration. hasNext()
Calls the hasNext method of the underlying iteration.boolean
GroupIterator. hasNext()
boolean
QueryContextIteration. hasNext()
protected void
OrderIterator. increment()
Deprecated.private void
DelayedEvaluationIteration. initialise()
BindingSet
DelayedEvaluationIteration. next()
Calls the next method of the underlying iteration.BindingSet
GroupIterator. next()
BindingSet
QueryContextIteration. next()
void
GroupIterator.AvgAggregate. processAggregate(BindingSet s, java.util.function.Predicate<Value> distinctValue, GroupIterator.AvgCollector avg)
void
GroupIterator.ConcatAggregate. processAggregate(BindingSet s, java.util.function.Predicate<Value> distinctValue, GroupIterator.StringBuilderCollector collector)
void
GroupIterator.CountAggregate. processAggregate(BindingSet s, java.util.function.Predicate<Value> distinctValue, GroupIterator.CountCollector agv)
void
GroupIterator.MaxAggregate. processAggregate(BindingSet s, java.util.function.Predicate<Value> distinctValue, GroupIterator.ValueCollector max)
void
GroupIterator.MinAggregate. processAggregate(BindingSet s, java.util.function.Predicate<Value> distinctValue, GroupIterator.ValueCollector min)
void
GroupIterator.SampleAggregate. processAggregate(BindingSet s, java.util.function.Predicate<Value> distinct, GroupIterator.SampleCollector sample)
void
GroupIterator.SumAggregate. processAggregate(BindingSet s, java.util.function.Predicate<Value> distinctValue, GroupIterator.IntegerCollector sum)
void
GroupIterator.WildCardCountAggregate. processAggregate(BindingSet s, java.util.function.Predicate<BindingSet> distinctValue, GroupIterator.CountCollector agv)
protected void
BottomUpJoinIterator. put(java.util.Map<BindingSet,java.util.List<BindingSet>> hashTable, BindingSet hashKey, java.util.List<BindingSet> hashValue)
Deprecated.protected void
HashJoinIteration. putHashTableEntry(java.util.Map<BindingSetHashKey,java.util.List<BindingSet>> nextHashTable, BindingSetHashKey hashKey, java.util.List<BindingSet> hashValue, boolean newEntry)
void
DelayedEvaluationIteration. remove()
Calls the remove method of the underlying iteration.void
OrderIterator. remove()
Deprecated.void
QueryContextIteration. remove()
protected BindingSet
BottomUpJoinIterator. removeFirstElement(java.util.List<BindingSet> list)
Deprecated.Remove the first (0 index) element from a BindingSet list.private void
DescribeIteration. resetCurrentDescribeExprIter()
Deprecated.private void
BottomUpJoinIterator. setupHashTable()
Deprecated.private java.util.Map<BindingSetHashKey,java.util.List<BindingSet>>
HashJoinIteration. setupHashTable()
Constructors in org.eclipse.rdf4j.query.algebra.evaluation.iterator that throw QueryEvaluationException Constructor Description BadlyDesignedLeftJoinIterator(EvaluationStrategy strategy, LeftJoin join, BindingSet inputBindings, java.util.Set<java.lang.String> problemVars, QueryEvaluationContext context)
BadlyDesignedLeftJoinIterator(QueryEvaluationStep left, QueryEvaluationStep right, QueryValueEvaluationStep joinCondition, BindingSet inputBindings, java.util.Set<java.lang.String> problemVars)
BottomUpJoinIterator(EvaluationStrategy strategy, Join join, BindingSet bindings)
Deprecated.ConcatAggregate(java.util.function.Function<BindingSet,Value> f)
ConcatAggregate(java.util.function.Function<BindingSet,Value> f, java.lang.String seperator)
Entry(BindingSet prototype, java.util.List<AggregateCollector> collectors, java.util.List<java.util.function.Predicate<?>> predicates)
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(Filter filter, CloseableIteration<BindingSet,QueryEvaluationException> iter, QueryValueEvaluationStep condition, EvaluationStrategy strategy)
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(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(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, java.lang.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, java.util.Set<java.lang.String> scopeBindingNamse)
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. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator
Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.limited.iterator with type arguments of type QueryEvaluationException 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 that throw QueryEvaluationException Modifier and Type Method Description protected boolean
LimitedSizeDistinctIteration. add(BindingSet object)
Deprecated.static <V> boolean
LimitedSizeIteratorUtil. add(V object, java.util.Collection<V> excludeSet, 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 QueryEvaluationException Constructor Description LimitedSizeDistinctIteration(Iteration<? extends BindingSet,? extends QueryEvaluationException> iter, java.util.concurrent.atomic.AtomicLong used, long maxSize)
Deprecated. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.algebra.evaluation.util
Methods in org.eclipse.rdf4j.query.algebra.evaluation.util that return types with arguments of type QueryEvaluationException Modifier and Type Method Description static CloseableIteration<Literal,QueryEvaluationException>
TripleSources. getObjectLiterals(Resource subject, IRI predicate, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version.static CloseableIteration<Resource,QueryEvaluationException>
TripleSources. getObjectResources(Resource subject, IRI predicate, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version.static CloseableIteration<IRI,QueryEvaluationException>
TripleSources. getObjectURIs(Resource subject, IRI predicate, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version.static CloseableIteration<IRI,QueryEvaluationException>
TripleSources. getSubjectURIs(IRI predicate, Value object, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version.static Iteration<Value,QueryEvaluationException>
TripleSources. list(Resource subj, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version.static Iteration<Resource,QueryEvaluationException>
TripleSources. listResources(Resource subj, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.rdf4j.query.algebra.evaluation.util that throw QueryEvaluationException Modifier and Type Method Description static boolean
TripleSources. booleanValue(Resource subj, IRI pred, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version.static CloseableIteration<Literal,QueryEvaluationException>
TripleSources. getObjectLiterals(Resource subject, IRI predicate, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version.static CloseableIteration<Resource,QueryEvaluationException>
TripleSources. getObjectResources(Resource subject, IRI predicate, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version.static CloseableIteration<IRI,QueryEvaluationException>
TripleSources. getObjectURIs(Resource subject, IRI predicate, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version.static CloseableIteration<IRI,QueryEvaluationException>
TripleSources. getSubjectURIs(IRI predicate, Value object, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version.static Iteration<Value,QueryEvaluationException>
TripleSources. list(Resource subj, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version.static Iteration<Resource,QueryEvaluationException>
TripleSources. listResources(Resource subj, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version.static Statement
TripleSources. single(Resource subj, IRI pred, Value obj, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version.Returns the single statement with the given subject, predicate and object or null if none exists.static Value
TripleSources. singleValue(Resource subj, IRI pred, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.dawg
Methods in org.eclipse.rdf4j.query.dawg that throw QueryEvaluationException Modifier and Type Method Description static Model
DAWGTestResultSetUtil. toGraph(TupleQueryResult tqr)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.impl
Methods in org.eclipse.rdf4j.query.impl that return QueryEvaluationException Modifier and Type Method Description protected QueryEvaluationException
QueueCursor. convert(java.lang.Exception e)
Methods in org.eclipse.rdf4j.query.impl that return types with arguments of type QueryEvaluationException Modifier and Type Method Description protected CloseableIteration<? extends BindingSet,QueryEvaluationException>
AbstractParserQuery. enforceMaxQueryTime(CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingsIter)
Method parameters in org.eclipse.rdf4j.query.impl with type arguments of type QueryEvaluationException Modifier and Type Method Description protected CloseableIteration<? extends BindingSet,QueryEvaluationException>
AbstractParserQuery. enforceMaxQueryTime(CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingsIter)
Methods in org.eclipse.rdf4j.query.impl that throw QueryEvaluationException Modifier and Type Method Description java.util.List<java.lang.String>
IteratingTupleQueryResult. getBindingNames()
Deprecated.protected void
BackgroundGraphResult. handleClose()
Deprecated.protected void
AbstractParserQuery.QueryInterruptIteration. throwInterruptedException()
Deprecated.Constructor parameters in org.eclipse.rdf4j.query.impl with type arguments of type QueryEvaluationException Constructor Description GraphQueryResultImpl(java.util.Map<java.lang.String,java.lang.String> namespaces, CloseableIteration<? extends Statement,? extends QueryEvaluationException> statementIter)
Deprecated.IteratingGraphQueryResult(java.util.Map<java.lang.String,java.lang.String> namespaces, CloseableIteration<? extends Statement,? extends QueryEvaluationException> statementIter)
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.QueryInterruptIteration(Iteration<? extends BindingSet,? extends QueryEvaluationException> iter, long timeLimit)
Deprecated.TupleQueryResultImpl(java.util.List<java.lang.String> bindingNames, CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingSetIter)
Deprecated.Constructors in org.eclipse.rdf4j.query.impl that throw QueryEvaluationException Constructor Description MutableTupleQueryResult(TupleQueryResult tqr)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.parser.impl
Methods in org.eclipse.rdf4j.query.parser.impl that return types with arguments of type QueryEvaluationException 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 QueryEvaluationException Modifier and Type Method Description protected CloseableIteration<? extends BindingSet,QueryEvaluationException>
AbstractParserQuery. enforceMaxQueryTime(CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingsIter)
Methods in org.eclipse.rdf4j.query.parser.impl that throw QueryEvaluationException Modifier and Type Method Description protected void
AbstractParserQuery.QueryInterruptIteration. throwInterruptedException()
Deprecated.Constructor parameters in org.eclipse.rdf4j.query.parser.impl with type arguments of type QueryEvaluationException Constructor Description QueryInterruptIteration(Iteration<? extends BindingSet,? extends QueryEvaluationException> iter, long timeLimit)
Deprecated. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.parser.sparql.aggregate
Methods in org.eclipse.rdf4j.query.parser.sparql.aggregate that throw QueryEvaluationException Modifier and Type Method Description protected Value
AggregateFunction. evaluate(BindingSet s)
abstract void
AggregateFunction. processAggregate(BindingSet bindingSet, java.util.function.Predicate<D> distinctValue, T agv)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.resultio
Methods in org.eclipse.rdf4j.query.resultio that throw QueryEvaluationException Modifier and Type Method Description static void
QueryResultIO. writeGraph(GraphQueryResult gqr, RDFFormat format, java.io.OutputStream out)
Writes a graph query result document in a specific RDF format to an output stream.static void
QueryResultIO. writeTuple(TupleQueryResult tqr, QueryResultFormat format, java.io.OutputStream out)
Writes a query result document in a specific query result format to an output stream. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.query.resultio.helpers
Methods in org.eclipse.rdf4j.query.resultio.helpers that throw QueryEvaluationException Modifier and Type Method Description protected void
BackgroundTupleResult. handleClose()
Deprecated. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.repository.dataset
Methods in org.eclipse.rdf4j.repository.dataset that throw QueryEvaluationException Modifier and Type Method Description boolean
DatasetBooleanQuery. evaluate()
GraphQueryResult
DatasetGraphQuery. evaluate()
void
DatasetGraphQuery. evaluate(RDFHandler handler)
TupleQueryResult
DatasetTupleQuery. evaluate()
void
DatasetTupleQuery. evaluate(TupleQueryResultHandler handler)
(package private) void
DatasetRepositoryConnection. loadDataset(Dataset datasets)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.repository.evaluation
Methods in org.eclipse.rdf4j.repository.evaluation that return types with arguments of type QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends Statement,QueryEvaluationException>
RepositoryTripleSource. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)
Methods in org.eclipse.rdf4j.repository.evaluation that throw QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends Statement,QueryEvaluationException>
RepositoryTripleSource. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.repository.http
Subclasses of QueryEvaluationException in org.eclipse.rdf4j.repository.http Modifier and Type Class Description class
HTTPQueryEvaluationException
Methods in org.eclipse.rdf4j.repository.http that throw QueryEvaluationException Modifier and Type Method Description boolean
HTTPBooleanQuery. evaluate()
GraphQueryResult
HTTPGraphQuery. evaluate()
void
HTTPGraphQuery. evaluate(RDFHandler handler)
TupleQueryResult
HTTPTupleQuery. evaluate()
void
HTTPTupleQuery. evaluate(TupleQueryResultHandler handler)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.repository.sail
Methods in org.eclipse.rdf4j.repository.sail that throw QueryEvaluationException Modifier and Type Method Description boolean
SailBooleanQuery. evaluate()
GraphQueryResult
SailGraphQuery. evaluate()
void
SailGraphQuery. evaluate(RDFHandler handler)
TupleQueryResult
SailTupleQuery. evaluate()
void
SailTupleQuery. evaluate(TupleQueryResultHandler handler)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.repository.sail.helpers
Methods in org.eclipse.rdf4j.repository.sail.helpers that return types with arguments of type QueryEvaluationException 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 that throw QueryEvaluationException Modifier and Type Method Description private CloseableIteration<? extends BindingSet,QueryEvaluationException>
SailUpdateExecutor. evaluateWhereClause(TupleExpr whereClause, UpdateContext uc, int maxExecutionTime)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.repository.sparql
Methods in org.eclipse.rdf4j.repository.sparql that return types with arguments of type QueryEvaluationException Modifier and Type Method Description protected Iteration<Statement,QueryEvaluationException>
SPARQLConnection. toStatementIteration(TupleQueryResult iter, Resource subj, IRI pred, Value obj)
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.rdf4j.repository.sparql that throw QueryEvaluationException Modifier and Type Method Description private RepositoryResult<Statement>
SPARQLConnection. getStatementGeneral(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
private RepositoryResult<Statement>
SPARQLConnection. getStatementsQuadMode(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.repository.sparql.federation
Fields in org.eclipse.rdf4j.repository.sparql.federation with type parameters of type QueryEvaluationException Modifier and Type Field Description private CloseableIteration<BindingSet,QueryEvaluationException>
RepositoryFederatedService.CloseConnectionIteration. delegate
protected CloseableIteration<T,QueryEvaluationException>
JoinExecutorBase. leftIter
protected CloseableIteration<BindingSet,QueryEvaluationException>
SPARQLCrossProductIteration. resultIteration
protected CloseableIteration<T,QueryEvaluationException>
JoinExecutorBase. rightIter
protected QueueCursor<CloseableIteration<T,QueryEvaluationException>>
JoinExecutorBase. rightQueue
Methods in org.eclipse.rdf4j.repository.sparql.federation that return types with arguments of type QueryEvaluationException 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 initializedRepository
of 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 initializedRepository
of thisFederatedService
.Method parameters in org.eclipse.rdf4j.repository.sparql.federation with type arguments of type QueryEvaluationException Modifier and Type Method Description void
JoinExecutorBase. addResult(CloseableIteration<T,QueryEvaluationException> res)
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 initializedRepository
of thisFederatedService
.Methods in org.eclipse.rdf4j.repository.sparql.federation that throw QueryEvaluationException Modifier and Type Method Description boolean
RepositoryFederatedService. ask(Service service, BindingSet bindings, java.lang.String baseUri)
Evaluate the provided sparqlQueryString at the initializedRepository
of thisFederatedService
.private java.lang.String
RepositoryFederatedService. buildVALUESClause(java.util.List<BindingSet> bindings, java.util.List<java.lang.String> relevantBindingNames)
Computes the VALUES clause for the set of relevant input bindings.void
RepositoryFederatedService.CloseConnectionIteration. close()
protected BindingSet
ServiceJoinConversionIteration. convert(BindingSet bIn)
Deprecated.protected FederatedService
SPARQLServiceResolver. createService(java.lang.String serviceUrl)
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 initializedRepository
of thisFederatedService
.T
JoinExecutorBase. getNextElement()
protected BindingSet
SPARQLCrossProductIteration. getNextElement()
void
JoinExecutorBase. handleClose()
protected void
SPARQLCrossProductIteration. handleClose()
boolean
RepositoryFederatedService.CloseConnectionIteration. hasNext()
void
RepositoryFederatedService. initialize()
BindingSet
RepositoryFederatedService.CloseConnectionIteration. next()
void
RepositoryFederatedService.CloseConnectionIteration. remove()
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 initializedRepository
of thisFederatedService
.void
RepositoryFederatedService. shutdown()
Constructor parameters in org.eclipse.rdf4j.repository.sparql.federation with type arguments of type QueryEvaluationException Constructor Description BatchingServiceIteration(CloseableIteration<BindingSet,QueryEvaluationException> inputBindings, int blockSize, Service service)
CloseConnectionIteration(CloseableIteration<BindingSet,QueryEvaluationException> delegate, RepositoryConnection connection)
JoinExecutorBase(CloseableIteration<T,QueryEvaluationException> leftIter, TupleExpr rightArg, BindingSet bindings)
ServiceJoinConversionIteration(CloseableIteration<BindingSet,QueryEvaluationException> iter, java.util.List<BindingSet> bindings)
Deprecated.SPARQLCrossProductIteration(CloseableIteration<BindingSet,QueryEvaluationException> resultIteration, java.util.List<BindingSet> inputBindings)
Constructors in org.eclipse.rdf4j.repository.sparql.federation that throw QueryEvaluationException Constructor Description BatchingServiceIteration(CloseableIteration<BindingSet,QueryEvaluationException> inputBindings, int blockSize, Service service)
JoinExecutorBase(CloseableIteration<T,QueryEvaluationException> leftIter, TupleExpr rightArg, BindingSet bindings)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.repository.sparql.query
Methods in org.eclipse.rdf4j.repository.sparql.query that throw QueryEvaluationException Modifier and Type Method Description boolean
SPARQLBooleanQuery. evaluate()
GraphQueryResult
SPARQLGraphQuery. evaluate()
void
SPARQLGraphQuery. evaluate(RDFHandler handler)
TupleQueryResult
SPARQLTupleQuery. evaluate()
void
SPARQLTupleQuery. evaluate(TupleQueryResultHandler handler)
BindingSet
InsertBindingSetCursor. next()
Constructor parameters in org.eclipse.rdf4j.repository.sparql.query with type arguments of type QueryEvaluationException Constructor Description InsertBindingSetCursor(CloseableIteration<BindingSet,QueryEvaluationException> delegate, BindingSet bindings)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.repository.util
Methods in org.eclipse.rdf4j.repository.util that throw QueryEvaluationException Modifier and Type Method Description static <T> T
Repositories. graphQuery(Repository repository, java.lang.String query, java.util.function.Function<GraphQueryResult,T> processFunction)
Performs a SPARQL Construct or Describe query on the given Repository within a transaction and passes the results to the givenFunction
with the result from the function returned by the method.static void
Repositories. graphQuery(Repository repository, java.lang.String query, RDFHandler handler)
Performs a SPARQL Construct or Describe query on the given Repository within a transaction and passes the results to the givenRDFHandler
.static <T> T
Repositories. graphQueryNoTransaction(Repository repository, java.lang.String query, java.util.function.Function<GraphQueryResult,T> processFunction)
Performs a SPARQL Construct or Describe query on the given Repository without opening a transaction and passes the results to the givenFunction
with the result from the function returned by the method.static void
Repositories. graphQueryNoTransaction(Repository repository, java.lang.String query, RDFHandler handler)
Performs a SPARQL Construct or Describe query on the given Repository without opening a transaction and passes the results to the givenRDFHandler
.static <T> T
Repositories. tupleQuery(Repository repository, java.lang.String query, java.util.function.Function<TupleQueryResult,T> processFunction)
Performs a SPARQL Select query on the given Repository within a transaction and passes the results to the givenFunction
with the result from the function returned by the method.static void
Repositories. tupleQuery(Repository repository, java.lang.String query, TupleQueryResultHandler handler)
Performs a SPARQL Select query on the given Repository within a transaction and passes the results to the givenTupleQueryResultHandler
.static <T> T
Repositories. tupleQueryNoTransaction(Repository repository, java.lang.String query, java.util.function.Function<TupleQueryResult,T> processFunction)
Performs a SPARQL Select query on the given Repository without opening a transaction and passes the results to the givenFunction
with the result from the function returned by the method.static void
Repositories. tupleQueryNoTransaction(Repository repository, java.lang.String query, TupleQueryResultHandler handler)
Performs a SPARQL Select query on the given Repository without opening a transaction and passes the results to the givenTupleQueryResultHandler
. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.sail
Methods in org.eclipse.rdf4j.sail that return types with arguments of type QueryEvaluationException 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 that throw QueryEvaluationException Modifier and Type Method Description void
TripleSourceIterationWrapper. close()
boolean
TripleSourceIterationWrapper. hasNext()
Checks whether the underlying iteration contains more elements.T
TripleSourceIterationWrapper. next()
Returns the next element from the wrapped iteration.void
TripleSourceIterationWrapper. remove()
Calls remove() on the underlying iteration. -
Uses of QueryEvaluationException in org.eclipse.rdf4j.sail.base
Methods in org.eclipse.rdf4j.sail.base that return types with arguments of type QueryEvaluationException Modifier and Type Method Description protected CloseableIteration<? extends BindingSet,QueryEvaluationException>
SailSourceConnection. evaluateInternal(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)
CloseableIteration<? extends Triple,QueryEvaluationException>
SailDatasetTripleSource. getRdfStarTriples(Resource subj, IRI pred, Value obj)
CloseableIteration<? extends Statement,QueryEvaluationException>
SailDatasetTripleSource. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)
private <T,X extends java.lang.Exception>
CloseableIteration<T,QueryEvaluationException>SailSourceConnection. interlock(CloseableIteration<T,QueryEvaluationException> iter, SailClosable... closes)
Method parameters in org.eclipse.rdf4j.sail.base with type arguments of type QueryEvaluationException Modifier and Type Method Description private <T,X extends java.lang.Exception>
CloseableIteration<T,QueryEvaluationException>SailSourceConnection. interlock(CloseableIteration<T,QueryEvaluationException> iter, SailClosable... closes)
Methods in org.eclipse.rdf4j.sail.base that throw QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends Triple,QueryEvaluationException>
SailDatasetTripleSource. getRdfStarTriples(Resource subj, IRI pred, Value obj)
CloseableIteration<? extends Statement,QueryEvaluationException>
SailDatasetTripleSource. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.sail.evaluation
Methods in org.eclipse.rdf4j.sail.evaluation that return types with arguments of type QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends Statement,QueryEvaluationException>
SailTripleSource. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)
Methods in org.eclipse.rdf4j.sail.evaluation that throw QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends Statement,QueryEvaluationException>
SailTripleSource. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.sail.helpers
Methods in org.eclipse.rdf4j.sail.helpers that return types with arguments of type QueryEvaluationException 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)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.sail.inferencer
Methods in org.eclipse.rdf4j.sail.inferencer that return types with arguments of type QueryEvaluationException 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 QueryEvaluationException in org.eclipse.rdf4j.sail.inferencer.fc
Methods in org.eclipse.rdf4j.sail.inferencer.fc that throw QueryEvaluationException Modifier and Type Method Description private void
CustomGraphQueryInferencer.Connection. buildDeltaSets(java.util.Collection<Statement> forRemoval, java.util.Collection<Statement> forAddition)
private void
CustomGraphQueryInferencer.Connection. evaluateIntoStatements(ParsedGraphQuery query, java.util.Collection<Statement> statements)
private void
DirectTypeHierarchyInferencer.DirectTypeHierarchyInferencerConnection. evaluateIntoStatements(ParsedGraphQuery query, java.util.Collection<Statement> statements)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.sail.lucene
Methods in org.eclipse.rdf4j.sail.lucene that return types with arguments of type QueryEvaluationException Modifier and Type Method Description 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)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.spin.function
Methods in org.eclipse.rdf4j.spin.function that return types with arguments of type QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>
ConstructTupleFunction. evaluate(ValueFactory valueFactory, Value... args)
CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>
SelectTupleFunction. evaluate(ValueFactory valueFactory, Value... args)
CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>
SpinTupleFunction. evaluate(ValueFactory valueFactory, Value... args)
Methods in org.eclipse.rdf4j.spin.function that throw QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>
ConstructTupleFunction. evaluate(ValueFactory valueFactory, Value... args)
CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>
SelectTupleFunction. evaluate(ValueFactory valueFactory, Value... args)
CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>
SpinTupleFunction. evaluate(ValueFactory valueFactory, Value... args)
void
ConstructTupleFunction.GraphQueryResultIteration. handleClose()
void
SelectTupleFunction.TupleQueryResultIteration. handleClose()
boolean
ConstructTupleFunction.GraphQueryResultIteration. hasNext()
boolean
SelectTupleFunction.TupleQueryResultIteration. hasNext()
java.util.List<Value>
ConstructTupleFunction.GraphQueryResultIteration. next()
java.util.List<Value>
SelectTupleFunction.TupleQueryResultIteration. next()
void
ConstructTupleFunction.GraphQueryResultIteration. remove()
void
SelectTupleFunction.TupleQueryResultIteration. remove()
Constructors in org.eclipse.rdf4j.spin.function that throw QueryEvaluationException Constructor Description TupleQueryResultIteration(TupleQueryResult queryResult)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.spin.function.apf
Methods in org.eclipse.rdf4j.spin.function.apf that return types with arguments of type QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>
ConcatTupleFunction. evaluate(ValueFactory valueFactory, Value... args)
Methods in org.eclipse.rdf4j.spin.function.apf that throw QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>
ConcatTupleFunction. evaluate(ValueFactory valueFactory, Value... args)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.spin.function.list
Methods in org.eclipse.rdf4j.spin.function.list that return types with arguments of type QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>
Index. evaluate(ValueFactory valueFactory, Value... args)
CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>
Length. evaluate(ValueFactory valueFactory, Value... args)
CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>
Member. evaluate(ValueFactory valueFactory, Value... args)
Methods in org.eclipse.rdf4j.spin.function.list that throw QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>
Index. evaluate(ValueFactory valueFactory, Value... args)
CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>
Length. evaluate(ValueFactory valueFactory, Value... args)
CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>
Member. evaluate(ValueFactory valueFactory, Value... args)
-
Uses of QueryEvaluationException in org.eclipse.rdf4j.spin.function.spif
Methods in org.eclipse.rdf4j.spin.function.spif that return types with arguments of type QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>
For. evaluate(ValueFactory valueFactory, Value... args)
CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>
ForEach. evaluate(ValueFactory valueFactory, Value... args)
CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>
Split. evaluate(ValueFactory valueFactory, Value... args)
Methods in org.eclipse.rdf4j.spin.function.spif that throw QueryEvaluationException Modifier and Type Method Description CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>
For. evaluate(ValueFactory valueFactory, Value... args)
CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>
ForEach. evaluate(ValueFactory valueFactory, Value... args)
CloseableIteration<? extends java.util.List<? extends Value>,QueryEvaluationException>
Split. evaluate(ValueFactory valueFactory, Value... args)
-