Package org.eclipse.rdf4j.query.algebra.evaluation
package org.eclipse.rdf4j.query.algebra.evaluation
-
Interface SummaryInterfaceDescriptionFactory for
EvaluationStrategy
s.Callback for configuring/customising aQueryContext
.A Step that may need to be executed in a EvaluationStrategy.Interface used byEvaluationStrategy
s to optimize theTupleExpr
prior to evaluating the query.A pipeline ofQueryOptimizer
s that, when executed in order on aTupleExpr
, convert thatTupleExpr
to a more optimal query execution plan.A generic interface for executing queries over aTripleSource
.A step in the query evaluation that works on ValueExpresions.A triple source that can be queried for (the existence of) certain triples in certain contexts. -
Class SummaryClassDescriptionAn array implementation of the
BindingSet
interface.An implementation of theBindingSet
interface that is used to evalate query object models.Utility class that removes code duplication and makes a precompiled QueryEvaluationStep available as an iteration that may be created and used later.A QueryValueEvalationStep that will return the same constant value throughout the query execution.A minimal implementation that falls back to calling evaluate in the strategy. -
Exception SummaryExceptionDescriptionAn exception indicating that a
ValueExpr
could not be evaluated due to illegal or incompatible values.