Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V Y Z 

A

Abs - Class in org.openrdf.query.algebra.evaluation.function.numeric
The SPARQL built-in Function ABS, as defined in SPARQL Query Language for RDF
Abs() - Constructor for class org.openrdf.query.algebra.evaluation.function.numeric.Abs
 
accept(BindingSet) - Method in class org.openrdf.query.algebra.evaluation.iterator.CompatibleBindingSetFilter
Deprecated.
 
accept(BindingSet) - Method in class org.openrdf.query.algebra.evaluation.iterator.FilterIterator
 
accept(BindingSet) - Method in class org.openrdf.query.algebra.evaluation.iterator.SPARQLMinusIteration
 
add(List<BindingSet>, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.iterator.BottomUpJoinIterator
Deprecated.
 
add(Collection<E>, E) - Method in class org.openrdf.query.algebra.evaluation.iterator.HashJoinIteration
 
add(BindingSet, Collection<BindingSet>) - Method in class org.openrdf.query.algebra.evaluation.iterator.OrderIterator
 
add(Set<PathIteration.ValuePair>, PathIteration.ValuePair) - Method in class org.openrdf.query.algebra.evaluation.iterator.PathIteration
 
add(Set<Value>, Value) - Method in class org.openrdf.query.algebra.evaluation.iterator.ZeroLengthPathIteration
add param v to the set reportedValues2
add(List<BindingSet>, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeBottomUpJoinIterator
Deprecated.
 
add(BindingSet) - Method in class org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeDistinctIteration
 
add(Collection<E>, E) - Method in class org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeHashJoinIteration
 
add(V, Collection<V>, AtomicLong, long) - Static method in class org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeIteratorUtil
 
add(BindingSet, Collection<BindingSet>) - Method in class org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeOrderIteration
 
add(Set<PathIteration.ValuePair>, PathIteration.ValuePair) - Method in class org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizePathIterator
 
add(Set<Value>, Value) - Method in class org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeZeroLengthPathIteration
 
add(QueryOptimizer) - Method in class org.openrdf.query.algebra.evaluation.util.QueryOptimizerList
 
addAll(List<BindingSet>, List<BindingSet>) - Method in class org.openrdf.query.algebra.evaluation.iterator.BottomUpJoinIterator
Deprecated.
 
addAll(Collection<E>, List<E>) - Method in class org.openrdf.query.algebra.evaluation.iterator.HashJoinIteration
 
addAll(List<BindingSet>, List<BindingSet>) - Method in class org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeBottomUpJoinIterator
Deprecated.
 
addAll(Collection<E>, List<E>) - Method in class org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeHashJoinIteration
 
addAll(Iteration<? extends BindingSet, ? extends QueryEvaluationException>, Set<BindingSet>, AtomicLong, long) - Static method in class org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeIteratorUtil
 
addAll(BindingSet) - Method in class org.openrdf.query.algebra.evaluation.QueryBindingSet
 
addBinding(Binding) - Method in class org.openrdf.query.algebra.evaluation.QueryBindingSet
Adds a new binding to the binding set.
addBinding(String, Value) - Method in class org.openrdf.query.algebra.evaluation.QueryBindingSet
Adds a new binding to the binding set.
addResult(CloseableIteration<T, QueryEvaluationException>) - Method in class org.openrdf.query.algebra.evaluation.federation.JoinExecutorBase
 
addSecondSet(Iteration<? extends BindingSet, ? extends QueryEvaluationException>, Set<BindingSet>) - Method in class org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeIntersectIteration
 
addToQueue(Queue<PathIteration.ValuePair>, PathIteration.ValuePair) - Method in class org.openrdf.query.algebra.evaluation.iterator.PathIteration
 
appendLiteral(StringBuilder, Literal) - Static method in class org.openrdf.query.algebra.evaluation.federation.RepositoryFederatedService
Append the literal to the stringbuilder: "myLiteral"^^
appendURI(StringBuilder, URI) - Static method in class org.openrdf.query.algebra.evaluation.federation.RepositoryFederatedService
Append the uri to the stringbuilder, i.e.
appendValueAsString(StringBuilder, Value) - Method in class org.openrdf.query.algebra.evaluation.federation.RepositoryFederatedService
 
ask(Service, BindingSet, String) - Method in class org.openrdf.query.algebra.evaluation.federation.RepositoryFederatedService
Evaluate the provided sparqlQueryString at the initialized Repository of this FederatedService.

B

BadlyDesignedLeftJoinIterator - Class in org.openrdf.query.algebra.evaluation.iterator
 
BadlyDesignedLeftJoinIterator(EvaluationStrategy, LeftJoin, BindingSet, Set<String>) - Constructor for class org.openrdf.query.algebra.evaluation.iterator.BadlyDesignedLeftJoinIterator
 
BindingAssigner - Class in org.openrdf.query.algebra.evaluation.impl
Assigns values to variables based on a supplied set of bindings.
BindingAssigner() - Constructor for class org.openrdf.query.algebra.evaluation.impl.BindingAssigner
 
BindingAssigner.VarVisitor - Class in org.openrdf.query.algebra.evaluation.impl
 
bindings - Variable in class org.openrdf.query.algebra.evaluation.federation.JoinExecutorBase
 
bindings - Variable in class org.openrdf.query.algebra.evaluation.federation.ServiceFallbackIteration
 
bindings - Variable in class org.openrdf.query.algebra.evaluation.federation.ServiceJoinConversionIteration
 
bindings - Variable in class org.openrdf.query.algebra.evaluation.impl.BindingAssigner.VarVisitor
 
BindingSetAssignmentCollector() - Constructor for class org.openrdf.query.algebra.evaluation.impl.SameTermFilterOptimizer.BindingSetAssignmentCollector
 
BindingSetHashKey - Class in org.openrdf.query.algebra.evaluation.iterator
Compact and efficient representation of a binding set for use as a key in hash maps.
BooleanCast - Class in org.openrdf.query.algebra.evaluation.function
A Function that tries to cast its argument to an xsd:boolean.
BooleanCast() - Constructor for class org.openrdf.query.algebra.evaluation.function.BooleanCast
 
BottomUpJoinIterator - Class in org.openrdf.query.algebra.evaluation.iterator
Deprecated.
replaced by HashJoinIteration
BottomUpJoinIterator(EvaluationStrategy, Join, BindingSet) - Constructor for class org.openrdf.query.algebra.evaluation.iterator.BottomUpJoinIterator
Deprecated.
 

C

cardinality - Variable in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
cardinality() - Method in class org.openrdf.query.algebra.evaluation.impl.ExternalSet
 
CardinalityCalculator() - Constructor for class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
cc - Variable in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics
 
Ceil - Class in org.openrdf.query.algebra.evaluation.function.numeric
The SPARQL built-in Function CEIL, as defined in SPARQL Query Language for RDF
Ceil() - Constructor for class org.openrdf.query.algebra.evaluation.function.numeric.Ceil
 
clearExcludeSet() - Method in class org.openrdf.query.algebra.evaluation.iterator.SPARQLMinusIteration
 
clearHashTable() - Method in class org.openrdf.query.algebra.evaluation.iterator.BottomUpJoinIterator
Deprecated.
 
clone() - Method in class org.openrdf.query.algebra.evaluation.impl.ExternalSet
 
closed - Variable in class org.openrdf.query.algebra.evaluation.federation.JoinExecutorBase
 
closeHashValue(Iterator<E>) - Method in class org.openrdf.query.algebra.evaluation.iterator.HashJoinIteration
Utility methods to clear-up in case not using in-memory hash table.
collection - Variable in class org.openrdf.query.algebra.evaluation.iterator.CollectionIteration
 
CollectionIteration<E,X extends Exception> - Class in org.openrdf.query.algebra.evaluation.iterator
An iteration to access a materialized Collection of BindingSets.
CollectionIteration(Collection<E>) - Constructor for class org.openrdf.query.algebra.evaluation.iterator.CollectionIteration
 
compare(BindingSet, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.util.OrderComparator
 
compare(Value, Value, Compare.CompareOp) - Static method in class org.openrdf.query.algebra.evaluation.util.QueryEvaluationUtil
 
compare(Value, Value) - Method in class org.openrdf.query.algebra.evaluation.util.ValueComparator
 
compareLiterals(Literal, Literal, Compare.CompareOp) - Static method in class org.openrdf.query.algebra.evaluation.util.QueryEvaluationUtil
 
CompareOptimizer - Class in org.openrdf.query.algebra.evaluation.impl
A query optimizer that replaces Compare operators with SameTerms, if possible.
CompareOptimizer() - Constructor for class org.openrdf.query.algebra.evaluation.impl.CompareOptimizer
 
CompareOptimizer.CompareVisitor - Class in org.openrdf.query.algebra.evaluation.impl
 
CompareVisitor() - Constructor for class org.openrdf.query.algebra.evaluation.impl.CompareOptimizer.CompareVisitor
 
compatibleArguments(Literal, Literal) - Static method in class org.openrdf.query.algebra.evaluation.util.QueryEvaluationUtil
Checks whether the supplied two literal arguments are 'argument compatible' according to the SPARQL definition.
CompatibleBindingSetFilter - Class in org.openrdf.query.algebra.evaluation.iterator
Deprecated. 
CompatibleBindingSetFilter(CloseableIteration<BindingSet, QueryEvaluationException>, BindingSet) - Constructor for class org.openrdf.query.algebra.evaluation.iterator.CompatibleBindingSetFilter
Deprecated.
 
compute(Literal, Literal, MathExpr.MathOp) - Static method in class org.openrdf.query.algebra.evaluation.util.MathUtil
Computes the result of applying the supplied math operator on the supplied left and right operand.
Concat - Class in org.openrdf.query.algebra.evaluation.function.string
The SPARQL built-in Function CONCAT, as defined in SPARQL Query Language for RDF
Concat() - Constructor for class org.openrdf.query.algebra.evaluation.function.string.Concat
 
ConjunctiveConstraintSplitter - Class in org.openrdf.query.algebra.evaluation.impl
Splits conjunctive constraints into seperate constraints.
ConjunctiveConstraintSplitter() - Constructor for class org.openrdf.query.algebra.evaluation.impl.ConjunctiveConstraintSplitter
 
ConjunctiveConstraintSplitter.ConstraintVisitor - Class in org.openrdf.query.algebra.evaluation.impl
 
conn - Variable in class org.openrdf.query.algebra.evaluation.federation.RepositoryFederatedService
 
ConstantOptimizer - Class in org.openrdf.query.algebra.evaluation.impl
A query optimizer that optimizes constant value expressions.
ConstantOptimizer(EvaluationStrategy) - Constructor for class org.openrdf.query.algebra.evaluation.impl.ConstantOptimizer
 
ConstantOptimizer.ConstantVisitor - Class in org.openrdf.query.algebra.evaluation.impl
 
ConstantVisitor() - Constructor for class org.openrdf.query.algebra.evaluation.impl.ConstantOptimizer.ConstantVisitor
 
ConstraintVisitor(TupleExpr) - Constructor for class org.openrdf.query.algebra.evaluation.impl.ConjunctiveConstraintSplitter.ConstraintVisitor
 
Contains - Class in org.openrdf.query.algebra.evaluation.function.string
The SPARQL built-in Function CONTAINS, as defined in SPARQL Query Language for RDF
Contains() - Constructor for class org.openrdf.query.algebra.evaluation.function.string.Contains
 
convert(BindingSet) - Method in class org.openrdf.query.algebra.evaluation.federation.ServiceJoinConversionIteration
 
convert(BindingSet) - Method in class org.openrdf.query.algebra.evaluation.iterator.ExtensionIterator
 
convert(BindingSet) - Method in class org.openrdf.query.algebra.evaluation.iterator.ProjectionIterator
 
countConstantVars(Iterable<Var>) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
create(String[], BindingSet) - Static method in class org.openrdf.query.algebra.evaluation.iterator.BindingSetHashKey
 
createAnonVar(String) - Method in class org.openrdf.query.algebra.evaluation.iterator.PathIteration
 
createAnonVar(String) - Method in class org.openrdf.query.algebra.evaluation.iterator.ZeroLengthPathIteration
 
createCardinalityCalculator() - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics
 
createIteration() - Method in class org.openrdf.query.algebra.evaluation.iterator.OrderIterator
 
createService(String) - Method in class org.openrdf.query.algebra.evaluation.federation.FederatedServiceResolverBase
Create a new FederatedService for the given serviceUrl.
createService(String) - Method in class org.openrdf.query.algebra.evaluation.federation.FederatedServiceResolverImpl
 
CrossProductIteration - Class in org.openrdf.query.algebra.evaluation.iterator
Iteration which forms the cross product of a list of materialized input bindings with each result obtained from the inner iteration.
CrossProductIteration(CloseableIteration<BindingSet, QueryEvaluationException>, List<BindingSet>) - Constructor for class org.openrdf.query.algebra.evaluation.iterator.CrossProductIteration
 
currentInputBinding - Variable in class org.openrdf.query.algebra.evaluation.iterator.CrossProductIteration
 

D

dataset - Variable in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
DateTimeCast - Class in org.openrdf.query.algebra.evaluation.function
A Function that tries to cast its argument to an xsd:dateTime.
DateTimeCast() - Constructor for class org.openrdf.query.algebra.evaluation.function.DateTimeCast
 
Day - Class in org.openrdf.query.algebra.evaluation.function.datetime
The SPARQL built-in Function DAY, as defined in SPARQL Query Language for RDF
Day() - Constructor for class org.openrdf.query.algebra.evaluation.function.datetime.Day
 
DecimalCast - Class in org.openrdf.query.algebra.evaluation.function
A Function that tries to cast its argument to an xsd:decimal.
DecimalCast() - Constructor for class org.openrdf.query.algebra.evaluation.function.DecimalCast
 
DEFAULT_DECIMAL_EXPANSION_SCALE - Static variable in class org.openrdf.query.algebra.evaluation.util.MathUtil
The default expansion scale used in division operations resulting in a decimal value with non-terminating decimal expansion.
DescribeIteration - Class in org.openrdf.query.algebra.evaluation.iterator
Iteration that implements a simplified version of Symmetric Concise Bounded Description (omitting reified statements).
DescribeIteration(Iteration<BindingSet, QueryEvaluationException>, EvaluationStrategy, Set<String>, BindingSet) - Constructor for class org.openrdf.query.algebra.evaluation.iterator.DescribeIteration
 
DisjunctiveConstraintOptimizer - Class in org.openrdf.query.algebra.evaluation.impl
A query optimizer that optimize disjunctive constraints on tuple expressions.
DisjunctiveConstraintOptimizer() - Constructor for class org.openrdf.query.algebra.evaluation.impl.DisjunctiveConstraintOptimizer
 
DisjunctiveConstraintOptimizer.OrSameTermOptimizer - Class in org.openrdf.query.algebra.evaluation.impl
 
disposeCache(Iterator<BindingSet>) - Method in class org.openrdf.query.algebra.evaluation.iterator.HashJoinIteration
Utility methods to clear-up in case not using in-memory cache.
disposeHashTable(Map<BindingSetHashKey, List<BindingSet>>) - Method in class org.openrdf.query.algebra.evaluation.iterator.HashJoinIteration
Utility methods to clear-up in case not using in-memory hash table.
disposeHashTable(Map<BindingSetHashKey, List<BindingSet>>) - Method in class org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeHashJoinIteration
 
done() - Method in class org.openrdf.query.algebra.evaluation.federation.JoinExecutorBase
 
DoubleCast - Class in org.openrdf.query.algebra.evaluation.function
A Function that tries to cast its argument to an xsd:double.
DoubleCast() - Constructor for class org.openrdf.query.algebra.evaluation.function.DoubleCast
 

E

EMPTY - Static variable in class org.openrdf.query.algebra.evaluation.iterator.BindingSetHashKey
 
EncodeForUri - Class in org.openrdf.query.algebra.evaluation.function.string
The SPARQL built-in Function ENCODE_FOR_URI, as defined in SPARQL Query Language for RDF
EncodeForUri() - Constructor for class org.openrdf.query.algebra.evaluation.function.string.EncodeForUri
 
endpointToService - Variable in class org.openrdf.query.algebra.evaluation.federation.FederatedServiceResolverBase
Map service URL to the corresponding initialized FederatedService
equals(Object) - Method in class org.openrdf.query.algebra.evaluation.iterator.BindingSetHashKey
 
equals(Object) - Method in class org.openrdf.query.algebra.evaluation.iterator.GroupIterator.Key
 
equals(Object) - Method in class org.openrdf.query.algebra.evaluation.iterator.PathIteration.ValuePair
 
equals(Object) - Method in class org.openrdf.query.algebra.evaluation.QueryBindingSet
 
evaluate(Service, String, CloseableIteration<BindingSet, QueryEvaluationException>) - Method in interface org.openrdf.query.algebra.evaluation.EvaluationStrategy
Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.
evaluate(TupleExpr, BindingSet) - Method in interface org.openrdf.query.algebra.evaluation.EvaluationStrategy
Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.
evaluate(ValueExpr, BindingSet) - Method in interface org.openrdf.query.algebra.evaluation.EvaluationStrategy
Gets the value of this expression.
evaluate(Service, CloseableIteration<BindingSet, QueryEvaluationException>, String) - Method in class org.openrdf.query.algebra.evaluation.federation.RepositoryFederatedService
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.BooleanCast
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.datetime.Day
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.datetime.Hours
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.datetime.Minutes
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.datetime.Month
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.datetime.Now
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.datetime.Seconds
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.datetime.Timezone
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.datetime.Tz
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.datetime.Year
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.DateTimeCast
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.DecimalCast
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.DoubleCast
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.FloatCast
 
evaluate(ValueFactory, Value...) - Method in interface org.openrdf.query.algebra.evaluation.function.Function
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.hash.HashFunction
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.hash.MD5
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.hash.SHA1
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.hash.SHA256
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.hash.SHA384
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.hash.SHA512
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.IntegerCast
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.numeric.Abs
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.numeric.Ceil
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.numeric.Floor
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.numeric.Rand
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.numeric.Round
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.rdfterm.StrDt
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.rdfterm.StrLang
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.rdfterm.STRUUID
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.rdfterm.UUID
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.string.Concat
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.string.Contains
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.string.EncodeForUri
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.string.LowerCase
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.string.Replace
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.string.StrAfter
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.string.StrBefore
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.string.StrEnds
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.string.StrLen
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.string.StrStarts
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.string.Substring
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.string.UpperCase
 
evaluate(ValueFactory, Value...) - Method in class org.openrdf.query.algebra.evaluation.function.StringCast
 
evaluate(TupleExpr, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(ArbitraryLengthPath, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(ZeroLengthPath, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Service, String, CloseableIteration<BindingSet, QueryEvaluationException>) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Service, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(DescribeOperator, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(StatementPattern, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(UnaryTupleOperator, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(BindingSetAssignment, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Projection, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(MultiProjection, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Filter, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Slice, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Extension, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Distinct, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Reduced, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Group, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Order, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(BinaryTupleOperator, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Join, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(LeftJoin, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Union, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Intersection, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Difference, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(SingletonSet, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(EmptySet, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(ExternalSet, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(ValueExpr, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Var, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(ValueConstant, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(BNodeGenerator, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Bound, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Str, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Label, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Lang, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Datatype, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Namespace, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(LocalName, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(IsResource, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
Determines whether the operand (a variable) contains a Resource.
evaluate(IsURI, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
Determines whether the operand (a variable) contains a URI.
evaluate(IsBNode, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
Determines whether the operand (a variable) contains a BNode.
evaluate(IsLiteral, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
Determines whether the operand (a variable) contains a Literal.
evaluate(IsNumeric, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
Determines whether the operand (a variable) contains a numeric datatyped literal, i.e.
evaluate(IRIFunction, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
Creates a URI from the operand value (a plain literal or a URI).
evaluate(Regex, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
Determines whether the two operands match according to the regex operator.
evaluate(LangMatches, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Like, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
Determines whether the two operands match according to the like operator.
evaluate(FunctionCall, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
Evaluates a function.
evaluate(And, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Or, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Not, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Now, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(SameTerm, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Coalesce, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Compare, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(MathExpr, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(If, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(In, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(ListMemberOperator, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(CompareAny, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(CompareAll, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(Exists, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
evaluate(BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.ExternalSet
 
evaluate(Distinct, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.limited.LimitedSizeEvaluationStrategy
 
evaluate(Difference, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.limited.LimitedSizeEvaluationStrategy
 
evaluate(Intersection, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.limited.LimitedSizeEvaluationStrategy
 
evaluate(Join, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.limited.LimitedSizeEvaluationStrategy
 
evaluate(ArbitraryLengthPath, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.limited.LimitedSizeEvaluationStrategy
 
evaluate(Order, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.limited.LimitedSizeEvaluationStrategy
 
evaluateInternal(Service, CloseableIteration<BindingSet, QueryEvaluationException>, String) - Method in class org.openrdf.query.algebra.evaluation.federation.RepositoryFederatedService
Evaluate the SPARQL query that can be constructed from the SERVICE node at the initialized Repository of this FederatedService.
EvaluationStatistics - Class in org.openrdf.query.algebra.evaluation.impl
Supplies various query model statistics to the query engine/optimizer.
EvaluationStatistics() - Constructor for class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics
 
EvaluationStatistics.CardinalityCalculator - Class in org.openrdf.query.algebra.evaluation.impl
 
EvaluationStrategies - Class in org.openrdf.query.algebra.evaluation.util
Registry for currently active EvaluationStrategy objects.
EvaluationStrategy - Interface in org.openrdf.query.algebra.evaluation
Evaluates TupleExprs and ValueExprs.
EvaluationStrategyImpl - Class in org.openrdf.query.algebra.evaluation.impl
Default evaluation strategy for Sesame queries, to evaluate one TupleExpr on the given TripleSource, optionally using the given Dataset.
EvaluationStrategyImpl(TripleSource, FederatedServiceResolver) - Constructor for class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
EvaluationStrategyImpl(TripleSource, Dataset, FederatedServiceResolver) - Constructor for class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
EvaluationStrategyImpl(TripleSource, Dataset, FederatedServiceResolver, long) - Constructor for class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
ExtensionIterator - Class in org.openrdf.query.algebra.evaluation.iterator
 
ExtensionIterator(Extension, CloseableIteration<BindingSet, QueryEvaluationException>, EvaluationStrategy) - Constructor for class org.openrdf.query.algebra.evaluation.iterator.ExtensionIterator
 
ExternalSet - Class in org.openrdf.query.algebra.evaluation.impl
 
ExternalSet() - Constructor for class org.openrdf.query.algebra.evaluation.impl.ExternalSet
 

F

federatedService - Variable in class org.openrdf.query.algebra.evaluation.federation.ServiceFallbackIteration
 
FederatedServiceResolverBase - Class in org.openrdf.query.algebra.evaluation.federation
Base class for FederatedServiceResolver which takes care for lifecycle management of produced FederatedServices.
FederatedServiceResolverBase() - Constructor for class org.openrdf.query.algebra.evaluation.federation.FederatedServiceResolverBase
 
FederatedServiceResolverImpl - Class in org.openrdf.query.algebra.evaluation.federation
The FederatedServiceResolverImpl is used to manage a set of FederatedService instances, which are used to evaluate SERVICE expressions for particular service Urls.
FederatedServiceResolverImpl() - Constructor for class org.openrdf.query.algebra.evaluation.federation.FederatedServiceResolverImpl
 
filter - Variable in class org.openrdf.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
FilterFinder(TupleExpr) - Constructor for class org.openrdf.query.algebra.evaluation.impl.FilterOptimizer.FilterFinder
 
FilterIterator - Class in org.openrdf.query.algebra.evaluation.iterator
 
FilterIterator(Filter, CloseableIteration<BindingSet, QueryEvaluationException>, EvaluationStrategy) - Constructor for class org.openrdf.query.algebra.evaluation.iterator.FilterIterator
 
FilterOptimizer - Class in org.openrdf.query.algebra.evaluation.impl
Optimizes a query model by pushing Filters as far down in the model tree as possible.
FilterOptimizer() - Constructor for class org.openrdf.query.algebra.evaluation.impl.FilterOptimizer
 
FilterOptimizer.FilterFinder - Class in org.openrdf.query.algebra.evaluation.impl
 
FilterOptimizer.FilterRelocator - Class in org.openrdf.query.algebra.evaluation.impl
 
FilterRelocator(Filter) - Constructor for class org.openrdf.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
filterVars - Variable in class org.openrdf.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
finished - Variable in class org.openrdf.query.algebra.evaluation.federation.JoinExecutorBase
 
FloatCast - Class in org.openrdf.query.algebra.evaluation.function
A Function that tries to cast its argument to an xsd:float.
FloatCast() - Constructor for class org.openrdf.query.algebra.evaluation.function.FloatCast
 
Floor - Class in org.openrdf.query.algebra.evaluation.function.numeric
The SPARQL built-in Function FLOOR, as defined in SPARQL Query Language for RDF
Floor() - Constructor for class org.openrdf.query.algebra.evaluation.function.numeric.Floor
 
Function - Interface in org.openrdf.query.algebra.evaluation.function
 
FunctionRegistry - Class in org.openrdf.query.algebra.evaluation.function
 
FunctionRegistry() - Constructor for class org.openrdf.query.algebra.evaluation.function.FunctionRegistry
 

G

get(UUID) - Static method in class org.openrdf.query.algebra.evaluation.util.EvaluationStrategies
Retrieve the EvaluationStrategy registered with the supplied key.
getAssuredBindingNames() - Method in class org.openrdf.query.algebra.evaluation.impl.ExternalSet
 
getBinding(String) - Method in class org.openrdf.query.algebra.evaluation.QueryBindingSet
 
getBindingNames() - Method in class org.openrdf.query.algebra.evaluation.impl.ExternalSet
 
getBindingNames() - Method in class org.openrdf.query.algebra.evaluation.QueryBindingSet
 
getBindingSetAssignments() - Method in class org.openrdf.query.algebra.evaluation.impl.SameTermFilterOptimizer.BindingSetAssignmentCollector
 
getCardinality() - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
getCardinality(StatementPattern) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
getCardinality(double, Var) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
getCardinality(double, Collection<Var>) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
getCardinality(TupleExpr) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics
 
getConjunctiveConstraints(ValueExpr, List<ValueExpr>) - Method in class org.openrdf.query.algebra.evaluation.impl.ConjunctiveConstraintSplitter.ConstraintVisitor
 
getConnection() - Method in class org.openrdf.query.algebra.evaluation.federation.RepositoryFederatedService
 
getConstantVars(Iterable<Var>) - Method in class org.openrdf.query.algebra.evaluation.impl.QueryJoinOptimizer.JoinVisitor
 
getContextCardinality(StatementPattern) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
Override this if you are able to determine the cardinality based not only on the contextVar itself but also the other vars (e.g.
getContextCardinality(Var) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
getDecimalExpansionScale() - Static method in class org.openrdf.query.algebra.evaluation.util.MathUtil
Returns the decimal expansion scale used in division operations resulting in a decimal value with non-terminating decimal expansion.
getEffectiveBooleanValue(Value) - Static method in class org.openrdf.query.algebra.evaluation.util.QueryEvaluationUtil
Determines the effective boolean value (EBV) of the supplied value as defined in the SPARQL specification: The EBV of any literal whose type is xsd:boolean or numeric is false if the lexical form is not valid for that datatype (e.g.
getEndValue() - Method in class org.openrdf.query.algebra.evaluation.iterator.PathIteration.ValuePair
 
getForeignVarFreq(List<Var>, Map<Var, Integer>) - Method in class org.openrdf.query.algebra.evaluation.impl.QueryJoinOptimizer.JoinVisitor
 
getHttpClient() - Method in class org.openrdf.query.algebra.evaluation.federation.FederatedServiceResolverImpl
 
getInstance() - Static method in class org.openrdf.query.algebra.evaluation.function.FunctionRegistry
Gets the default FunctionRegistry.
getJoinArgs(TupleExpr, L) - Method in class org.openrdf.query.algebra.evaluation.impl.QueryJoinOptimizer.JoinVisitor
 
getKey(Function) - Method in class org.openrdf.query.algebra.evaluation.function.FunctionRegistry
 
getKey(EvaluationStrategy) - Static method in class org.openrdf.query.algebra.evaluation.util.EvaluationStrategies
Retrieve the registry key for the given EvaluationStrategy
getLimit(QueryModelNode) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
Returns the limit of the current variable bindings before any further projection.
getNextElement() - Method in class org.openrdf.query.algebra.evaluation.federation.JoinExecutorBase
 
getNextElement() - Method in class org.openrdf.query.algebra.evaluation.iterator.BadlyDesignedLeftJoinIterator
 
getNextElement() - Method in class org.openrdf.query.algebra.evaluation.iterator.BottomUpJoinIterator
Deprecated.
 
getNextElement() - Method in class org.openrdf.query.algebra.evaluation.iterator.CrossProductIteration
 
getNextElement() - Method in class org.openrdf.query.algebra.evaluation.iterator.DescribeIteration
 
getNextElement() - Method in class org.openrdf.query.algebra.evaluation.iterator.HashJoinIteration
 
getNextElement() - Method in class org.openrdf.query.algebra.evaluation.iterator.JoinIterator
 
getNextElement() - Method in class org.openrdf.query.algebra.evaluation.iterator.LeftJoinIterator
 
getNextElement() - Method in class org.openrdf.query.algebra.evaluation.iterator.MultiProjectionIterator
 
getNextElement() - Method in class org.openrdf.query.algebra.evaluation.iterator.PathIteration
 
getNextElement() - Method in class org.openrdf.query.algebra.evaluation.iterator.SilentIteration
 
getNextElement() - Method in class org.openrdf.query.algebra.evaluation.iterator.ZeroLengthPathIteration
 
getObjectCardinality(StatementPattern) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
Override this if you are able to determine the cardinality based not only on the objectVar itself but also the other vars (e.g.
getObjectCardinality(Var) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
getPredicateCardinality(StatementPattern) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
Override this if you are able to determine the cardinality based not only on the predicateVar itself but also the other vars (e.g.
getPredicateCardinality(Var) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
getRightArg() - Method in class org.openrdf.query.algebra.evaluation.iterator.SPARQLMinusIteration
 
getService(String) - Method in interface org.openrdf.query.algebra.evaluation.EvaluationStrategy
Retrieve the FederatedService registered for serviceUrl.
getService(String) - Method in class org.openrdf.query.algebra.evaluation.federation.FederatedServiceResolverBase
Retrieve the FederatedService registered for serviceUrl.
getService(String) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
getSesameClient() - Method in class org.openrdf.query.algebra.evaluation.federation.FederatedServiceResolverImpl
 
getStartValue() - Method in class org.openrdf.query.algebra.evaluation.iterator.PathIteration.ValuePair
 
getStatementPatternVars(TupleExpr) - Method in class org.openrdf.query.algebra.evaluation.impl.QueryJoinOptimizer.JoinVisitor
 
getStatements(Resource, URI, Value, Resource...) - Method in interface org.openrdf.query.algebra.evaluation.TripleSource
Gets all statements that have a specific subject, predicate and/or object.
getSubjectCardinality(StatementPattern) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
Override this if you are able to determine the cardinality based not only on the subjectVar itself but also the other vars (e.g.
getSubjectCardinality(Var) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
getSubSelects(List<TupleExpr>) - Method in class org.openrdf.query.algebra.evaluation.impl.QueryJoinOptimizer.JoinVisitor
 
getTupleExprCardinality(TupleExpr, Map<TupleExpr, Double>, Map<TupleExpr, List<Var>>, Map<Var, Integer>, Set<String>) - Method in class org.openrdf.query.algebra.evaluation.impl.QueryJoinOptimizer.JoinVisitor
 
getUnboundVars(Iterable<Var>) - Method in class org.openrdf.query.algebra.evaluation.impl.QueryJoinOptimizer.JoinVisitor
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.BooleanCast
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.datetime.Day
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.datetime.Hours
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.datetime.Minutes
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.datetime.Month
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.datetime.Now
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.datetime.Seconds
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.datetime.Timezone
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.datetime.Tz
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.datetime.Year
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.DateTimeCast
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.DecimalCast
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.DoubleCast
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.FloatCast
 
getURI() - Method in interface org.openrdf.query.algebra.evaluation.function.Function
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.hash.MD5
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.hash.SHA1
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.hash.SHA256
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.hash.SHA384
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.hash.SHA512
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.IntegerCast
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.numeric.Abs
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.numeric.Ceil
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.numeric.Floor
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.numeric.Rand
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.numeric.Round
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.rdfterm.StrDt
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.rdfterm.StrLang
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.rdfterm.STRUUID
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.rdfterm.UUID
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.string.Concat
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.string.Contains
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.string.EncodeForUri
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.string.LowerCase
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.string.Replace
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.string.StrAfter
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.string.StrBefore
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.string.StrEnds
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.string.StrLen
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.string.StrStarts
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.string.Substring
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.string.UpperCase
 
getURI() - Method in class org.openrdf.query.algebra.evaluation.function.StringCast
 
getValue(String) - Method in class org.openrdf.query.algebra.evaluation.QueryBindingSet
 
getValueFactory() - Method in interface org.openrdf.query.algebra.evaluation.TripleSource
Gets a ValueFactory object that can be used to create URI-, blank node- and literal objects.
getVarFreqMap(List<Var>, M) - Method in class org.openrdf.query.algebra.evaluation.impl.QueryJoinOptimizer.JoinVisitor
 
getVarValue(Var, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
getZeroLengthPathIterator(BindingSet, Var, Var, Var, Value, Value) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
getZeroLengthPathIterator(BindingSet, Var, Var, Var, Value, Value) - Method in class org.openrdf.query.algebra.evaluation.limited.LimitedSizeEvaluationStrategy
 
GroupIterator - Class in org.openrdf.query.algebra.evaluation.iterator
 
GroupIterator(EvaluationStrategy, Group, BindingSet) - Constructor for class org.openrdf.query.algebra.evaluation.iterator.GroupIterator
 
GroupIterator(EvaluationStrategy, Group, BindingSet, long) - Constructor for class org.openrdf.query.algebra.evaluation.iterator.GroupIterator
 
GroupIterator.Key - Class in org.openrdf.query.algebra.evaluation.iterator
A unique key for a set of existing bindings.

H

handleBindings() - Method in class org.openrdf.query.algebra.evaluation.federation.JoinExecutorBase
Implementations must implement this method to handle bindings.
handleBindings() - Method in class org.openrdf.query.algebra.evaluation.federation.ServiceFallbackIteration
 
handleBindings() - Method in class org.openrdf.query.algebra.evaluation.federation.ServiceJoinIterator
 
handleClose() - Method in class org.openrdf.query.algebra.evaluation.federation.JoinExecutorBase
 
handleClose() - Method in class org.openrdf.query.algebra.evaluation.iterator.BottomUpJoinIterator
Deprecated.
 
handleClose() - Method in class org.openrdf.query.algebra.evaluation.iterator.GroupIterator
 
handleClose() - Method in class org.openrdf.query.algebra.evaluation.iterator.HashJoinIteration
 
handleClose() - Method in class org.openrdf.query.algebra.evaluation.iterator.JoinIterator
 
handleClose() - Method in class org.openrdf.query.algebra.evaluation.iterator.LeftJoinIterator
 
handleClose() - Method in class org.openrdf.query.algebra.evaluation.iterator.MultiProjectionIterator
 
handleClose() - Method in class org.openrdf.query.algebra.evaluation.iterator.OrderIterator
 
handleClose() - Method in class org.openrdf.query.algebra.evaluation.iterator.PathIteration
 
handleClose() - Method in class org.openrdf.query.algebra.evaluation.iterator.SPARQLMinusIteration
 
handleClose() - Method in class org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeBottomUpJoinIterator
Deprecated.
 
handleClose() - Method in class org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeIntersectIteration
After closing the set is cleared and any "used" capacity for collections is returned.
handleClose() - Method in class org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeSPARQLMinusIteration
After closing the set is cleared and any "used" capacity for collections is returned.
hasBinding(String) - Method in class org.openrdf.query.algebra.evaluation.QueryBindingSet
 
hash(String, String) - Method in class org.openrdf.query.algebra.evaluation.function.hash.HashFunction
 
hashCode() - Method in class org.openrdf.query.algebra.evaluation.iterator.BindingSetHashKey
 
hashCode() - Method in class org.openrdf.query.algebra.evaluation.iterator.GroupIterator.Key
 
hashCode() - Method in class org.openrdf.query.algebra.evaluation.iterator.PathIteration.ValuePair
 
hashCode() - Method in class org.openrdf.query.algebra.evaluation.QueryBindingSet
 
HashFunction - Class in org.openrdf.query.algebra.evaluation.function.hash
Abstract hash function
HashFunction() - Constructor for class org.openrdf.query.algebra.evaluation.function.hash.HashFunction
 
HashJoinIteration - Class in org.openrdf.query.algebra.evaluation.iterator
Generic hash join implementation suitable for use by Sail implementations.
HashJoinIteration(EvaluationStrategy, Join, BindingSet) - Constructor for class org.openrdf.query.algebra.evaluation.iterator.HashJoinIteration
 
HashJoinIteration(EvaluationStrategy, LeftJoin, BindingSet) - Constructor for class org.openrdf.query.algebra.evaluation.iterator.HashJoinIteration
 
HashJoinIteration(EvaluationStrategy, TupleExpr, TupleExpr, BindingSet, boolean) - Constructor for class org.openrdf.query.algebra.evaluation.iterator.HashJoinIteration
 
hasNext() - Method in class org.openrdf.query.algebra.evaluation.iterator.CollectionIteration
 
hasNext() - Method in class org.openrdf.query.algebra.evaluation.iterator.GroupIterator
 
Hours - Class in org.openrdf.query.algebra.evaluation.function.datetime
The SPARQL built-in Function HOURS, as defined in SPARQL Query Language for RDF
Hours() - Constructor for class org.openrdf.query.algebra.evaluation.function.datetime.Hours
 

I

IEOVisitor() - Constructor for class org.openrdf.query.algebra.evaluation.impl.IterativeEvaluationOptimizer.IEOVisitor
 
initialize() - Method in class org.openrdf.query.algebra.evaluation.federation.RepositoryFederatedService
 
inputBindings - Variable in class org.openrdf.query.algebra.evaluation.iterator.CrossProductIteration
 
inputBindingsIterator - Variable in class org.openrdf.query.algebra.evaluation.iterator.CrossProductIteration
 
IntegerCast - Class in org.openrdf.query.algebra.evaluation.function
A Function that tries to cast its argument to an xsd:integer .
IntegerCast() - Constructor for class org.openrdf.query.algebra.evaluation.function.IntegerCast
 
isFinished() - Method in class org.openrdf.query.algebra.evaluation.federation.JoinExecutorBase
Gets whether this executor is finished or aborted.
isInitialized() - Method in class org.openrdf.query.algebra.evaluation.federation.RepositoryFederatedService
 
isPlainLiteral(Value) - Static method in class org.openrdf.query.algebra.evaluation.util.QueryEvaluationUtil
Checks whether the supplied value is a "plain literal".
isReducedOrDistinct(QueryModelNode) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
isResource(ValueExpr) - Method in class org.openrdf.query.algebra.evaluation.impl.CompareOptimizer.CompareVisitor
 
isSimpleLiteral(Value) - Static method in class org.openrdf.query.algebra.evaluation.util.QueryEvaluationUtil
Checks whether the supplied value is a "simple literal".
isSimpleLiteral(Literal) - Static method in class org.openrdf.query.algebra.evaluation.util.QueryEvaluationUtil
Checks whether the supplied literal is a "simple literal".
isStringLiteral(Value) - Static method in class org.openrdf.query.algebra.evaluation.util.QueryEvaluationUtil
Checks whether the supplied literal is a "string literal".
isStringLiteral(Literal) - Static method in class org.openrdf.query.algebra.evaluation.util.QueryEvaluationUtil
Checks whether the supplied literal is a "string literal".
isTrue(ValueExpr, BindingSet) - Method in interface org.openrdf.query.algebra.evaluation.EvaluationStrategy
Evaluates the boolean expression on the supplied TripleSource object.
isTrue(ValueExpr, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
isVar(ValueExpr) - Method in class org.openrdf.query.algebra.evaluation.impl.CompareOptimizer.CompareVisitor
 
iter - Variable in class org.openrdf.query.algebra.evaluation.iterator.SilentIteration
 
IterativeEvaluationOptimizer - Class in org.openrdf.query.algebra.evaluation.impl
 
IterativeEvaluationOptimizer() - Constructor for class org.openrdf.query.algebra.evaluation.impl.IterativeEvaluationOptimizer
 
IterativeEvaluationOptimizer.IEOVisitor - Class in org.openrdf.query.algebra.evaluation.impl
 
iterator - Variable in class org.openrdf.query.algebra.evaluation.iterator.CollectionIteration
 
iterator() - Method in class org.openrdf.query.algebra.evaluation.QueryBindingSet
 

J

joinAttributes - Variable in class org.openrdf.query.algebra.evaluation.iterator.HashJoinIteration
 
JoinExecutorBase<T> - Class in org.openrdf.query.algebra.evaluation.federation
Base class for any join parallel join executor.
JoinExecutorBase(CloseableIteration<T, QueryEvaluationException>, TupleExpr, BindingSet) - Constructor for class org.openrdf.query.algebra.evaluation.federation.JoinExecutorBase
 
JoinIterator - Class in org.openrdf.query.algebra.evaluation.iterator
 
JoinIterator(EvaluationStrategy, Join, BindingSet) - Constructor for class org.openrdf.query.algebra.evaluation.iterator.JoinIterator
 
JoinVisitor() - Constructor for class org.openrdf.query.algebra.evaluation.impl.QueryJoinOptimizer.JoinVisitor
 

K

Key(BindingSet) - Constructor for class org.openrdf.query.algebra.evaluation.iterator.GroupIterator.Key
 

L

leftIter - Variable in class org.openrdf.query.algebra.evaluation.federation.JoinExecutorBase
 
LeftJoinIterator - Class in org.openrdf.query.algebra.evaluation.iterator
 
LeftJoinIterator(EvaluationStrategy, LeftJoin, BindingSet) - Constructor for class org.openrdf.query.algebra.evaluation.iterator.LeftJoinIterator
 
LimitedSizeBottomUpJoinIterator - Class in org.openrdf.query.algebra.evaluation.limited.iterator
Deprecated.
replaced by LimitedSizeHashJoinIteration
LimitedSizeBottomUpJoinIterator(EvaluationStrategy, Join, BindingSet, AtomicLong, long) - Constructor for class org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeBottomUpJoinIterator
Deprecated.
 
LimitedSizeDistinctIteration - Class in org.openrdf.query.algebra.evaluation.limited.iterator
 
LimitedSizeDistinctIteration(Iteration<? extends BindingSet, ? extends QueryEvaluationException>, AtomicLong, long) - Constructor for class org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeDistinctIteration
 
LimitedSizeEvaluationStrategy - Class in org.openrdf.query.algebra.evaluation.limited
 
LimitedSizeEvaluationStrategy(TripleSource, long, FederatedServiceResolver) - Constructor for class org.openrdf.query.algebra.evaluation.limited.LimitedSizeEvaluationStrategy
 
LimitedSizeEvaluationStrategy(TripleSource, Dataset, int, FederatedServiceResolver) - Constructor for class org.openrdf.query.algebra.evaluation.limited.LimitedSizeEvaluationStrategy
 
LimitedSizeHashJoinIteration - Class in org.openrdf.query.algebra.evaluation.limited.iterator
 
LimitedSizeHashJoinIteration(EvaluationStrategy, Join, BindingSet, AtomicLong, long) - Constructor for class org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeHashJoinIteration
 
LimitedSizeIntersectIteration - Class in org.openrdf.query.algebra.evaluation.limited.iterator
 
LimitedSizeIntersectIteration(Iteration<? extends BindingSet, ? extends QueryEvaluationException>, Iteration<? extends BindingSet, ? extends QueryEvaluationException>, AtomicLong, long) - Constructor for class org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeIntersectIteration
Creates a new IntersectIteration that returns the intersection of the results of two Iterations.
LimitedSizeIntersectIteration(Iteration<? extends BindingSet, ? extends QueryEvaluationException>, Iteration<? extends BindingSet, ? extends QueryEvaluationException>, boolean, AtomicLong, long) - Constructor for class org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeIntersectIteration
 
LimitedSizeIteratorUtil - Class in org.openrdf.query.algebra.evaluation.limited.iterator
 
LimitedSizeIteratorUtil() - Constructor for class org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeIteratorUtil
 
LimitedSizeOrderIteration - Class in org.openrdf.query.algebra.evaluation.limited.iterator
 
LimitedSizeOrderIteration(CloseableIteration<BindingSet, QueryEvaluationException>, Comparator<BindingSet>, AtomicLong, long) - Constructor for class org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeOrderIteration
 
LimitedSizeOrderIteration(CloseableIteration<BindingSet, QueryEvaluationException>, Comparator<BindingSet>, long, boolean, AtomicLong, long) - Constructor for class org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeOrderIteration
 
LimitedSizePathIterator - Class in org.openrdf.query.algebra.evaluation.limited.iterator
 
LimitedSizePathIterator(EvaluationStrategyImpl, StatementPattern.Scope, Var, TupleExpr, Var, Var, long, BindingSet, AtomicLong, long) - Constructor for class org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizePathIterator
 
LimitedSizeSPARQLMinusIteration - Class in org.openrdf.query.algebra.evaluation.limited.iterator
 
LimitedSizeSPARQLMinusIteration(Iteration<BindingSet, QueryEvaluationException>, Iteration<BindingSet, QueryEvaluationException>, AtomicLong, long) - Constructor for class org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeSPARQLMinusIteration
Creates a new MinusIteration that returns the results of the left argument minus the results of the right argument.
LimitedSizeSPARQLMinusIteration(Iteration<BindingSet, QueryEvaluationException>, Iteration<BindingSet, QueryEvaluationException>, boolean, AtomicLong, long) - Constructor for class org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeSPARQLMinusIteration
Creates a new SPARQLMinusIteration that returns the results of the left argument minus the results of the right argument.
LimitedSizeZeroLengthPathIteration - Class in org.openrdf.query.algebra.evaluation.limited.iterator
 
LimitedSizeZeroLengthPathIteration(EvaluationStrategyImpl, Var, Var, Value, Value, Var, BindingSet, AtomicLong, long) - Constructor for class org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeZeroLengthPathIteration
 
logger - Variable in class org.openrdf.query.algebra.evaluation.impl.ConstantOptimizer
 
LowerCase - Class in org.openrdf.query.algebra.evaluation.function.string
The SPARQL built-in Function LCASE, as defined in SPARQL Query Language for RDF
LowerCase() - Constructor for class org.openrdf.query.algebra.evaluation.function.string.LowerCase
 

M

makeHashTable(int) - Method in class org.openrdf.query.algebra.evaluation.iterator.HashJoinIteration
Utility methods to make it easier to inserted custom store dependent maps
makeHashValue(int) - Method in class org.openrdf.query.algebra.evaluation.iterator.HashJoinIteration
Utility methods to make it easier to inserted custom store dependent list
makeIterationCache(CloseableIteration<BindingSet, QueryEvaluationException>) - Method in class org.openrdf.query.algebra.evaluation.iterator.HashJoinIteration
Utility methods to make it easier to inserted custom store dependent list
makeList() - Method in class org.openrdf.query.algebra.evaluation.iterator.BottomUpJoinIterator
Deprecated.
Utility methods to make it easier to inserted custom store dependent list
makeList(List<BindingSet>) - Method in class org.openrdf.query.algebra.evaluation.iterator.BottomUpJoinIterator
Deprecated.
Utility methods to make it easier to inserted custom store dependent list
makeMap() - Method in class org.openrdf.query.algebra.evaluation.iterator.BottomUpJoinIterator
Deprecated.
Utility methods to make it easier to inserted custom store dependent maps
makeOrderedMap() - Method in class org.openrdf.query.algebra.evaluation.iterator.OrderIterator
 
makeQueue() - Method in class org.openrdf.query.algebra.evaluation.iterator.PathIteration
 
makeSet() - Method in class org.openrdf.query.algebra.evaluation.iterator.PathIteration
 
makeSet() - Method in class org.openrdf.query.algebra.evaluation.iterator.SPARQLMinusIteration
 
makeSet(Set<String>) - Method in class org.openrdf.query.algebra.evaluation.iterator.SPARQLMinusIteration
 
makeSet(Iteration<BindingSet, X>) - Method in class org.openrdf.query.algebra.evaluation.iterator.SPARQLMinusIteration
 
makeSet(Iteration<BindingSet, QueryEvaluationException>) - Method in class org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeSPARQLMinusIteration
 
MathUtil - Class in org.openrdf.query.algebra.evaluation.util
A utility class for evaluation of mathematical expressions on RDF literals.
MathUtil() - Constructor for class org.openrdf.query.algebra.evaluation.util.MathUtil
 
MD5 - Class in org.openrdf.query.algebra.evaluation.function.hash
The SPARQL built-in Function MD5, as defined in SPARQL Query Language for RDF
MD5() - Constructor for class org.openrdf.query.algebra.evaluation.function.hash.MD5
 
meet(Var) - Method in class org.openrdf.query.algebra.evaluation.impl.BindingAssigner.VarVisitor
 
meet(Compare) - Method in class org.openrdf.query.algebra.evaluation.impl.CompareOptimizer.CompareVisitor
 
meet(Filter) - Method in class org.openrdf.query.algebra.evaluation.impl.ConjunctiveConstraintSplitter.ConstraintVisitor
 
meet(LeftJoin) - Method in class org.openrdf.query.algebra.evaluation.impl.ConjunctiveConstraintSplitter.ConstraintVisitor
 
meet(Or) - Method in class org.openrdf.query.algebra.evaluation.impl.ConstantOptimizer.ConstantVisitor
 
meet(And) - Method in class org.openrdf.query.algebra.evaluation.impl.ConstantOptimizer.ConstantVisitor
 
meet(FunctionCall) - Method in class org.openrdf.query.algebra.evaluation.impl.ConstantOptimizer.ConstantVisitor
 
meet(Bound) - Method in class org.openrdf.query.algebra.evaluation.impl.ConstantOptimizer.ConstantVisitor
 
meet(If) - Method in class org.openrdf.query.algebra.evaluation.impl.ConstantOptimizer.ConstantVisitor
 
meet(Regex) - Method in class org.openrdf.query.algebra.evaluation.impl.ConstantOptimizer.ConstantVisitor
Override meetBinaryValueOperator
meet(Filter) - Method in class org.openrdf.query.algebra.evaluation.impl.DisjunctiveConstraintOptimizer.OrSameTermOptimizer
 
meet(EmptySet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
meet(SingletonSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
meet(BindingSetAssignment) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
meet(ZeroLengthPath) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
meet(ArbitraryLengthPath) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
meet(Service) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
meet(StatementPattern) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
meet(Join) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
meet(LeftJoin) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
meet(Filter) - Method in class org.openrdf.query.algebra.evaluation.impl.FilterOptimizer.FilterFinder
 
meet(Join) - Method in class org.openrdf.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
meet(LeftJoin) - Method in class org.openrdf.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
meet(Union) - Method in class org.openrdf.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
meet(Difference) - Method in class org.openrdf.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
meet(Intersection) - Method in class org.openrdf.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
meet(Extension) - Method in class org.openrdf.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
meet(EmptySet) - Method in class org.openrdf.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
meet(Filter) - Method in class org.openrdf.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
meet(Distinct) - Method in class org.openrdf.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
meet(Order) - Method in class org.openrdf.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
meet(QueryRoot) - Method in class org.openrdf.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
meet(Reduced) - Method in class org.openrdf.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
meet(Union) - Method in class org.openrdf.query.algebra.evaluation.impl.IterativeEvaluationOptimizer.IEOVisitor
 
meet(Projection) - Method in class org.openrdf.query.algebra.evaluation.impl.OrderLimitOptimizer.OrderOptimizer
 
meet(Order) - Method in class org.openrdf.query.algebra.evaluation.impl.OrderLimitOptimizer.OrderOptimizer
 
meet(Var) - Method in class org.openrdf.query.algebra.evaluation.impl.OrderLimitOptimizer.OrderOptimizer
 
meet(LeftJoin) - Method in class org.openrdf.query.algebra.evaluation.impl.QueryJoinOptimizer.JoinVisitor
 
meet(Join) - Method in class org.openrdf.query.algebra.evaluation.impl.QueryJoinOptimizer.JoinVisitor
 
meet(Join) - Method in class org.openrdf.query.algebra.evaluation.impl.QueryModelNormalizer
 
meet(LeftJoin) - Method in class org.openrdf.query.algebra.evaluation.impl.QueryModelNormalizer
 
meet(Union) - Method in class org.openrdf.query.algebra.evaluation.impl.QueryModelNormalizer
 
meet(Difference) - Method in class org.openrdf.query.algebra.evaluation.impl.QueryModelNormalizer
 
meet(Intersection) - Method in class org.openrdf.query.algebra.evaluation.impl.QueryModelNormalizer
 
meet(Filter) - Method in class org.openrdf.query.algebra.evaluation.impl.QueryModelNormalizer
 
meet(Or) - Method in class org.openrdf.query.algebra.evaluation.impl.QueryModelNormalizer
 
meet(And) - Method in class org.openrdf.query.algebra.evaluation.impl.QueryModelNormalizer
 
meet(Join) - Method in class org.openrdf.query.algebra.evaluation.impl.QueryModelPruner.TreeSanitizer
Deprecated.
 
meet(LeftJoin) - Method in class org.openrdf.query.algebra.evaluation.impl.QueryModelPruner.TreeSanitizer
Deprecated.
 
meet(Union) - Method in class org.openrdf.query.algebra.evaluation.impl.QueryModelPruner.TreeSanitizer
Deprecated.
 
meet(Difference) - Method in class org.openrdf.query.algebra.evaluation.impl.QueryModelPruner.TreeSanitizer
Deprecated.
 
meet(Intersection) - Method in class org.openrdf.query.algebra.evaluation.impl.QueryModelPruner.TreeSanitizer
Deprecated.
 
meet(BindingSetAssignment) - Method in class org.openrdf.query.algebra.evaluation.impl.SameTermFilterOptimizer.BindingSetAssignmentCollector
 
meet(Filter) - Method in class org.openrdf.query.algebra.evaluation.impl.SameTermFilterOptimizer.SameTermFilterVisitor
 
meet(Var) - Method in class org.openrdf.query.algebra.evaluation.impl.SameTermFilterOptimizer.VarBinder
 
meet(Var) - Method in class org.openrdf.query.algebra.evaluation.impl.SameTermFilterOptimizer.VarRenamer
 
meet(ProjectionElem) - Method in class org.openrdf.query.algebra.evaluation.impl.SameTermFilterOptimizer.VarRenamer
 
meetBinaryTupleOperator(BinaryTupleOperator) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
meetBinaryValueOperator(BinaryValueOperator) - Method in class org.openrdf.query.algebra.evaluation.impl.ConstantOptimizer.ConstantVisitor
 
meetExternalSet(ExternalSet) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
meetNode(QueryModelNode) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
meetNode(QueryModelNode) - Method in class org.openrdf.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
meetUnaryTupleOperator(UnaryTupleOperator) - Method in class org.openrdf.query.algebra.evaluation.impl.EvaluationStatistics.CardinalityCalculator
 
meetUnaryTupleOperator(UnaryTupleOperator) - Method in class org.openrdf.query.algebra.evaluation.impl.QueryModelNormalizer
 
meetUnaryValueOperator(UnaryValueOperator) - Method in class org.openrdf.query.algebra.evaluation.impl.ConstantOptimizer.ConstantVisitor
 
Minutes - Class in org.openrdf.query.algebra.evaluation.function.datetime
The SPARQL built-in Function MINUTES, as defined in SPARQL Query Language for RDF
Minutes() - Constructor for class org.openrdf.query.algebra.evaluation.function.datetime.Minutes
 
Month - Class in org.openrdf.query.algebra.evaluation.function.datetime
The SPARQL built-in Function MONTH, as defined in SPARQL Query Language for RDF
Month() - Constructor for class org.openrdf.query.algebra.evaluation.function.datetime.Month
 
MultiProjectionIterator - Class in org.openrdf.query.algebra.evaluation.iterator
 
MultiProjectionIterator(MultiProjection, CloseableIteration<BindingSet, QueryEvaluationException>, BindingSet) - Constructor for class org.openrdf.query.algebra.evaluation.iterator.MultiProjectionIterator
 

N

next() - Method in class org.openrdf.query.algebra.evaluation.iterator.CollectionIteration
 
next() - Method in class org.openrdf.query.algebra.evaluation.iterator.GroupIterator
 
NEXT_JOIN_ID - Static variable in class org.openrdf.query.algebra.evaluation.federation.JoinExecutorBase
 
nextFromCache(Iterator<E>) - Method in class org.openrdf.query.algebra.evaluation.iterator.HashJoinIteration
 
nextFromCache(Iterator<E>) - Method in class org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeHashJoinIteration
 
Now - Class in org.openrdf.query.algebra.evaluation.function.datetime
The SPARQL built-in Function NOW, as defined in SPARQL Query Language for RDF
Now() - Constructor for class org.openrdf.query.algebra.evaluation.function.datetime.Now
 

O

optimize(TupleExpr, Dataset, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.BindingAssigner
 
optimize(TupleExpr, Dataset, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.CompareOptimizer
Applies generally applicable optimizations to the supplied query: variable assignments are inlined.
optimize(TupleExpr, Dataset, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.ConjunctiveConstraintSplitter
 
optimize(TupleExpr, Dataset, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.ConstantOptimizer
Applies generally applicable optimizations to the supplied query: variable assignments are inlined.
optimize(TupleExpr, Dataset, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.DisjunctiveConstraintOptimizer
 
optimize(TupleExpr, Dataset, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.FilterOptimizer
 
optimize(TupleExpr, Dataset, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.IterativeEvaluationOptimizer
 
optimize(TupleExpr, Dataset, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.OrderLimitOptimizer
 
optimize(TupleExpr, Dataset, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.QueryJoinOptimizer
Applies generally applicable optimizations: path expressions are sorted from more to less specific.
optimize(TupleExpr, Dataset, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.QueryModelNormalizer
 
optimize(TupleExpr, Dataset, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.QueryModelPruner
Deprecated.
Applies generally applicable optimizations: path expressions are sorted from more to less specific.
optimize(TupleExpr, Dataset, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.impl.SameTermFilterOptimizer
Applies generally applicable optimizations to the supplied query: variable assignments are inlined.
optimize(TupleExpr, Dataset, BindingSet) - Method in interface org.openrdf.query.algebra.evaluation.QueryOptimizer
 
optimize(TupleExpr, Dataset, BindingSet) - Method in class org.openrdf.query.algebra.evaluation.util.QueryOptimizerList
 
optimizers - Variable in class org.openrdf.query.algebra.evaluation.util.QueryOptimizerList
 
OrderComparator - Class in org.openrdf.query.algebra.evaluation.util
A Comparator on BindingSets that imposes a total ordering by examining supplied Order elements (i.e.
OrderComparator(EvaluationStrategy, Order, ValueComparator) - Constructor for class org.openrdf.query.algebra.evaluation.util.OrderComparator
 
OrderIterator - Class in org.openrdf.query.algebra.evaluation.iterator
Sorts the input and optionally applies limit and distinct.
OrderIterator(CloseableIteration<BindingSet, QueryEvaluationException>, Comparator<BindingSet>) - Constructor for class org.openrdf.query.algebra.evaluation.iterator.OrderIterator
 
OrderIterator(CloseableIteration<BindingSet, QueryEvaluationException>, Comparator<BindingSet>, long, boolean) - Constructor for class org.openrdf.query.algebra.evaluation.iterator.OrderIterator
 
OrderIterator(CloseableIteration<BindingSet, QueryEvaluationException>, Comparator<BindingSet>, long, boolean, long) - Constructor for class org.openrdf.query.algebra.evaluation.iterator.OrderIterator
 
OrderLimitOptimizer - Class in org.openrdf.query.algebra.evaluation.impl
Moves the Order node above the Projection when variables are projected.
OrderLimitOptimizer() - Constructor for class org.openrdf.query.algebra.evaluation.impl.OrderLimitOptimizer
 
OrderLimitOptimizer.OrderOptimizer - Class in org.openrdf.query.algebra.evaluation.impl
 
OrderOptimizer() - Constructor for class org.openrdf.query.algebra.evaluation.impl.OrderLimitOptimizer.OrderOptimizer
 
org.openrdf.query.algebra.evaluation - package org.openrdf.query.algebra.evaluation
 
org.openrdf.query.algebra.evaluation.federation - package org.openrdf.query.algebra.evaluation.federation
 
org.openrdf.query.algebra.evaluation.function - package org.openrdf.query.algebra.evaluation.function
 
org.openrdf.query.algebra.evaluation.function.datetime - package org.openrdf.query.algebra.evaluation.function.datetime
 
org.openrdf.query.algebra.evaluation.function.hash - package org.openrdf.query.algebra.evaluation.function.hash
 
org.openrdf.query.algebra.evaluation.function.numeric - package org.openrdf.query.algebra.evaluation.function.numeric
 
org.openrdf.query.algebra.evaluation.function.rdfterm - package org.openrdf.query.algebra.evaluation.function.rdfterm
 
org.openrdf.query.algebra.evaluation.function.string - package org.openrdf.query.algebra.evaluation.function.string
 
org.openrdf.query.algebra.evaluation.impl - package org.openrdf.query.algebra.evaluation.impl
 
org.openrdf.query.algebra.evaluation.iterator - package org.openrdf.query.algebra.evaluation.iterator
 
org.openrdf.query.algebra.evaluation.limited - package org.openrdf.query.algebra.evaluation.limited
 
org.openrdf.query.algebra.evaluation.limited.iterator - package org.openrdf.query.algebra.evaluation.limited.iterator
 
org.openrdf.query.algebra.evaluation.util - package org.openrdf.query.algebra.evaluation.util
 
OrSameTermOptimizer() - Constructor for class org.openrdf.query.algebra.evaluation.impl.DisjunctiveConstraintOptimizer.OrSameTermOptimizer
 

P

PathIteration - Class in org.openrdf.query.algebra.evaluation.iterator
 
PathIteration(EvaluationStrategyImpl, StatementPattern.Scope, Var, TupleExpr, Var, Var, long, BindingSet) - Constructor for class org.openrdf.query.algebra.evaluation.iterator.PathIteration
 
PathIteration.ValuePair - Class in org.openrdf.query.algebra.evaluation.iterator
 
project(ProjectionElemList, BindingSet, BindingSet) - Static method in class org.openrdf.query.algebra.evaluation.iterator.ProjectionIterator
 
ProjectionIterator - Class in org.openrdf.query.algebra.evaluation.iterator
 
ProjectionIterator(Projection, CloseableIteration<BindingSet, QueryEvaluationException>, BindingSet) - Constructor for class org.openrdf.query.algebra.evaluation.iterator.ProjectionIterator
 
projectionVars - Variable in class org.openrdf.query.algebra.evaluation.federation.ServiceFallbackIteration
 
put(Map<BindingSet, List<BindingSet>>, BindingSet, List<BindingSet>) - Method in class org.openrdf.query.algebra.evaluation.iterator.BottomUpJoinIterator
Deprecated.
 
put(NavigableMap<BindingSet, Integer>, BindingSet, int) - Method in class org.openrdf.query.algebra.evaluation.iterator.OrderIterator
 
put(Map<BindingSet, List<BindingSet>>, BindingSet, List<BindingSet>) - Method in class org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeBottomUpJoinIterator
Deprecated.
 
put(NavigableMap<BindingSet, Integer>, BindingSet, int) - Method in class org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeOrderIteration
 
putHashTableEntry(Map<BindingSetHashKey, List<BindingSet>>, BindingSetHashKey, List<BindingSet>, boolean) - Method in class org.openrdf.query.algebra.evaluation.iterator.HashJoinIteration
 
putHashTableEntry(Map<BindingSetHashKey, List<BindingSet>>, BindingSetHashKey, List<BindingSet>) - Method in class org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeHashJoinIteration
 

Q

QueryBindingSet - Class in org.openrdf.query.algebra.evaluation
An implementation of the BindingSet interface that is used to evalate query object models.
QueryBindingSet() - Constructor for class org.openrdf.query.algebra.evaluation.QueryBindingSet
 
QueryBindingSet(int) - Constructor for class org.openrdf.query.algebra.evaluation.QueryBindingSet
 
QueryBindingSet(BindingSet) - Constructor for class org.openrdf.query.algebra.evaluation.QueryBindingSet
 
QueryEvaluationUtil - Class in org.openrdf.query.algebra.evaluation.util
 
QueryEvaluationUtil() - Constructor for class org.openrdf.query.algebra.evaluation.util.QueryEvaluationUtil
 
QueryJoinOptimizer - Class in org.openrdf.query.algebra.evaluation.impl
A query optimizer that re-orders nested Joins.
QueryJoinOptimizer() - Constructor for class org.openrdf.query.algebra.evaluation.impl.QueryJoinOptimizer
 
QueryJoinOptimizer(EvaluationStatistics) - Constructor for class org.openrdf.query.algebra.evaluation.impl.QueryJoinOptimizer
 
QueryJoinOptimizer.JoinVisitor - Class in org.openrdf.query.algebra.evaluation.impl
 
QueryModelNormalizer - Class in org.openrdf.query.algebra.evaluation.impl
A query optimizer that (partially) normalizes query models to a canonical form.
QueryModelNormalizer() - Constructor for class org.openrdf.query.algebra.evaluation.impl.QueryModelNormalizer
 
QueryModelPruner - Class in org.openrdf.query.algebra.evaluation.impl
Deprecated.
QueryModelPruner() - Constructor for class org.openrdf.query.algebra.evaluation.impl.QueryModelPruner
Deprecated.
 
QueryModelPruner.TreeSanitizer - Class in org.openrdf.query.algebra.evaluation.impl
Deprecated.
 
QueryOptimizer - Interface in org.openrdf.query.algebra.evaluation
Interface used by EvaluationStrategyImpl prior to evalutating the query.
QueryOptimizerList - Class in org.openrdf.query.algebra.evaluation.util
A query optimizer that contains a list of other query optimizers, which are called consecutively when the list's QueryOptimizerList.optimize(TupleExpr, Dataset, BindingSet) method is called.
QueryOptimizerList() - Constructor for class org.openrdf.query.algebra.evaluation.util.QueryOptimizerList
 
QueryOptimizerList(List<QueryOptimizer>) - Constructor for class org.openrdf.query.algebra.evaluation.util.QueryOptimizerList
 
QueryOptimizerList(QueryOptimizer...) - Constructor for class org.openrdf.query.algebra.evaluation.util.QueryOptimizerList
 

R

Rand - Class in org.openrdf.query.algebra.evaluation.function.numeric
The SPARQL built-in Function RAND, as defined in SPARQL Query Language for RDF
Rand() - Constructor for class org.openrdf.query.algebra.evaluation.function.numeric.Rand
 
register(EvaluationStrategy) - Static method in class org.openrdf.query.algebra.evaluation.util.EvaluationStrategies
Add a strategy to the registry and returns the registry key.
registerService(String, FederatedService) - Method in class org.openrdf.query.algebra.evaluation.federation.FederatedServiceResolverBase
Register the specified service to evaluate SERVICE expressions for the given url.
relocate(Filter) - Static method in class org.openrdf.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
relocate(Filter, TupleExpr) - Method in class org.openrdf.query.algebra.evaluation.impl.FilterOptimizer.FilterRelocator
 
remove() - Method in class org.openrdf.query.algebra.evaluation.iterator.CollectionIteration
 
remove() - Method in class org.openrdf.query.algebra.evaluation.iterator.OrderIterator
 
removeAll(Collection<String>) - Method in class org.openrdf.query.algebra.evaluation.QueryBindingSet
 
removeBinding(String) - Method in class org.openrdf.query.algebra.evaluation.QueryBindingSet
 
removeFirstElement(List<BindingSet>) - Method in class org.openrdf.query.algebra.evaluation.iterator.BottomUpJoinIterator
Deprecated.
Remove the first (0 index) element from a BindingSet list.
removeFirstElement(List<BindingSet>) - Method in class org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeBottomUpJoinIterator
Deprecated.
 
removeLast(Collection<BindingSet>) - Method in class org.openrdf.query.algebra.evaluation.iterator.OrderIterator
 
removeLast(Collection<BindingSet>) - Method in class org.openrdf.query.algebra.evaluation.limited.iterator.LimitedSizeOrderIteration
 
reorderSubselects(List<TupleExpr>) - Method in class org.openrdf.query.algebra.evaluation.impl.QueryJoinOptimizer.JoinVisitor
Determines an optimal ordering of subselect join arguments, based on variable bindings.
rep - Variable in class org.openrdf.query.algebra.evaluation.federation.RepositoryFederatedService
 
Replace - Class in org.openrdf.query.algebra.evaluation.function.string
The SPARQL built-in Function REPLACE, as defined in SPARQL Query Language for RDF.
Replace() - Constructor for class org.openrdf.query.algebra.evaluation.function.string.Replace
 
RepositoryFederatedService - Class in org.openrdf.query.algebra.evaluation.federation
Federated Service wrapping the Repository to communicate with a SPARQL endpoint.
RepositoryFederatedService(Repository) - Constructor for class org.openrdf.query.algebra.evaluation.federation.RepositoryFederatedService
 
RepositoryFederatedService(Repository, boolean) - Constructor for class org.openrdf.query.algebra.evaluation.federation.RepositoryFederatedService
 
resultIteration - Variable in class org.openrdf.query.algebra.evaluation.iterator.CrossProductIteration
 
retainAll(Collection<String>) - Method in class org.openrdf.query.algebra.evaluation.QueryBindingSet
 
rightArg - Variable in class org.openrdf.query.algebra.evaluation.federation.JoinExecutorBase
 
rightIter - Variable in class org.openrdf.query.algebra.evaluation.federation.JoinExecutorBase
 
rightQueue - Variable in class org.openrdf.query.algebra.evaluation.federation.JoinExecutorBase
 
Round - Class in org.openrdf.query.algebra.evaluation.function.numeric
The SPARQL built-in Function ROUND, as defined in SPARQL Query Language for RDF
Round() - Constructor for class org.openrdf.query.algebra.evaluation.function.numeric.Round
 
run() - Method in class org.openrdf.query.algebra.evaluation.federation.JoinExecutorBase
 

S

SameTermFilterOptimizer - Class in org.openrdf.query.algebra.evaluation.impl
A query optimizer that embeds Filters with SameTerm operators in statement patterns as much as possible.
SameTermFilterOptimizer() - Constructor for class org.openrdf.query.algebra.evaluation.impl.SameTermFilterOptimizer
 
SameTermFilterOptimizer.BindingSetAssignmentCollector - Class in org.openrdf.query.algebra.evaluation.impl
 
SameTermFilterOptimizer.SameTermFilterVisitor - Class in org.openrdf.query.algebra.evaluation.impl
 
SameTermFilterOptimizer.VarBinder - Class in org.openrdf.query.algebra.evaluation.impl
 
SameTermFilterOptimizer.VarRenamer - Class in org.openrdf.query.algebra.evaluation.impl
 
SameTermFilterVisitor() - Constructor for class org.openrdf.query.algebra.evaluation.impl.SameTermFilterOptimizer.SameTermFilterVisitor
 
Seconds - Class in org.openrdf.query.algebra.evaluation.function.datetime
The SPARQL built-in Function SECONDS, as defined in SPARQL Query Language for RDF
Seconds() - Constructor for class org.openrdf.query.algebra.evaluation.function.datetime.Seconds
 
select(Service, Set<String>, BindingSet, String) - Method in class org.openrdf.query.algebra.evaluation.federation.RepositoryFederatedService
Evaluate the provided sparqlQueryString at the initialized Repository of this FederatedService.
selectNextTupleExpr(List<TupleExpr>, Map<TupleExpr, Double>, Map<TupleExpr, List<Var>>, Map<Var, Integer>, Set<String>) - Method in class org.openrdf.query.algebra.evaluation.impl.QueryJoinOptimizer.JoinVisitor
Selects from a list of tuple expressions the next tuple expression that should be evaluated.
service - Variable in class org.openrdf.query.algebra.evaluation.federation.ServiceFallbackIteration
 
service - Variable in class org.openrdf.query.algebra.evaluation.federation.ServiceJoinIterator
 
ServiceCrossProductIteration - Class in org.openrdf.query.algebra.evaluation.federation
Deprecated.
ServiceCrossProductIteration(CloseableIteration<BindingSet, QueryEvaluationException>, List<BindingSet>) - Constructor for class org.openrdf.query.algebra.evaluation.federation.ServiceCrossProductIteration
Deprecated.
 
ServiceFallbackIteration - Class in org.openrdf.query.algebra.evaluation.federation
Fallback join handler, if the block join can not be performed, e.g.
ServiceFallbackIteration(Service, Set<String>, Collection<BindingSet>, FederatedService) - Constructor for class org.openrdf.query.algebra.evaluation.federation.ServiceFallbackIteration
 
ServiceJoinConversionIteration - Class in org.openrdf.query.algebra.evaluation.federation
Inserts original bindings into the result, uses ?__rowIdx to resolve original bindings.
ServiceJoinConversionIteration(CloseableIteration<BindingSet, QueryEvaluationException>, List<BindingSet>) - Constructor for class org.openrdf.query.algebra.evaluation.federation.ServiceJoinConversionIteration
 
ServiceJoinIterator - Class in org.openrdf.query.algebra.evaluation.federation
Iterator for efficient SERVICE evaluation (vectored).
ServiceJoinIterator(CloseableIteration<BindingSet, QueryEvaluationException>, Service, BindingSet, EvaluationStrategy) - Constructor for class org.openrdf.query.algebra.evaluation.federation.ServiceJoinIterator
Construct a service join iteration to use vectored evaluation.
serviceResolver - Variable in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
setBinding(Binding) - Method in class org.openrdf.query.algebra.evaluation.QueryBindingSet
 
setBinding(String, Value) - Method in class org.openrdf.query.algebra.evaluation.QueryBindingSet
 
setDecimalExpansionScale(int) - Static method in class org.openrdf.query.algebra.evaluation.util.MathUtil
Sets the decimal expansion scale used in divisions resulting in a decimal value with non-terminating decimal expansion.
setHttpClient(HttpClient) - Method in class org.openrdf.query.algebra.evaluation.federation.FederatedServiceResolverImpl
 
setSesameClient(SesameClient) - Method in class org.openrdf.query.algebra.evaluation.federation.FederatedServiceResolverImpl
 
SHA1 - Class in org.openrdf.query.algebra.evaluation.function.hash
The SPARQL built-in Function SHA1, as defined in SPARQL Query Language for RDF
SHA1() - Constructor for class org.openrdf.query.algebra.evaluation.function.hash.SHA1
 
SHA256 - Class in org.openrdf.query.algebra.evaluation.function.hash
The SPARQL built-in Function SHA256, as defined in SPARQL Query Language for RDF
SHA256() - Constructor for class org.openrdf.query.algebra.evaluation.function.hash.SHA256
 
SHA384 - Class in org.openrdf.query.algebra.evaluation.function.hash
The SPARQL built-in Function SHA384, as defined in SPARQL Query Language for RDF
SHA384() - Constructor for class org.openrdf.query.algebra.evaluation.function.hash.SHA384
 
SHA512 - Class in org.openrdf.query.algebra.evaluation.function.hash
The SPARQL built-in Function SHA512, as defined in SPARQL Query Language for RDF
SHA512() - Constructor for class org.openrdf.query.algebra.evaluation.function.hash.SHA512
 
shutDown() - Method in class org.openrdf.query.algebra.evaluation.federation.FederatedServiceResolverBase
 
shutDown() - Method in class org.openrdf.query.algebra.evaluation.federation.FederatedServiceResolverImpl
 
shutDown - Variable in class org.openrdf.query.algebra.evaluation.federation.RepositoryFederatedService
 
shutdown() - Method in class org.openrdf.query.algebra.evaluation.federation.RepositoryFederatedService
 
SilentIteration - Class in org.openrdf.query.algebra.evaluation.iterator
Wrap an inner iteration and suppress exceptions silently
SilentIteration(CloseableIteration<BindingSet, QueryEvaluationException>) - Constructor for class org.openrdf.query.algebra.evaluation.iterator.SilentIteration
 
size() - Method in class org.openrdf.query.algebra.evaluation.QueryBindingSet
 
SPARQLFederatedService - Class in org.openrdf.query.algebra.evaluation.federation
Federated Service wrapping the SPARQLRepository to communicate with a SPARQL endpoint.
SPARQLFederatedService(String, SesameClient) - Constructor for class org.openrdf.query.algebra.evaluation.federation.SPARQLFederatedService
 
SPARQLMinusIteration<X extends Exception> - Class in org.openrdf.query.algebra.evaluation.iterator
An Iteration that returns the results of an Iteration (the left argument) MINUS any results that are compatible with results of another Iteration (the right argument) or that have no shared variables.
SPARQLMinusIteration(Iteration<BindingSet, X>, Iteration<BindingSet, X>) - Constructor for class org.openrdf.query.algebra.evaluation.iterator.SPARQLMinusIteration
Creates a new MinusIteration that returns the results of the left argument minus the results of the right argument.
SPARQLMinusIteration(Iteration<BindingSet, X>, Iteration<BindingSet, X>, boolean) - Constructor for class org.openrdf.query.algebra.evaluation.iterator.SPARQLMinusIteration
Creates a new MinusIteration that returns the results of the left argument minus the results of the right argument.
statistics - Variable in class org.openrdf.query.algebra.evaluation.impl.QueryJoinOptimizer
 
StrAfter - Class in org.openrdf.query.algebra.evaluation.function.string
The SPARQL built-in Function STRAFTER, as defined in SPARQL Query Language for RDF.
StrAfter() - Constructor for class org.openrdf.query.algebra.evaluation.function.string.StrAfter
 
strategy - Variable in class org.openrdf.query.algebra.evaluation.federation.ServiceJoinIterator
 
strategy - Variable in class org.openrdf.query.algebra.evaluation.impl.ConstantOptimizer
 
StrBefore - Class in org.openrdf.query.algebra.evaluation.function.string
The SPARQL built-in Function STRBEFORE, as defined in SPARQL Query Language for RDF.
StrBefore() - Constructor for class org.openrdf.query.algebra.evaluation.function.string.StrBefore
 
StrDt - Class in org.openrdf.query.algebra.evaluation.function.rdfterm
The SPARQL built-in Function STRDT, as defined in SPARQL Query Language for RDF
StrDt() - Constructor for class org.openrdf.query.algebra.evaluation.function.rdfterm.StrDt
 
StrEnds - Class in org.openrdf.query.algebra.evaluation.function.string
The SPARQL built-in Function STRENDS, as defined in SPARQL Query Language for RDF
StrEnds() - Constructor for class org.openrdf.query.algebra.evaluation.function.string.StrEnds
 
StringCast - Class in org.openrdf.query.algebra.evaluation.function
A Function that tries to cast its argument to an xsd:string.
StringCast() - Constructor for class org.openrdf.query.algebra.evaluation.function.StringCast
 
StrLang - Class in org.openrdf.query.algebra.evaluation.function.rdfterm
The SPARQL built-in Function STRLANG, as defined in SPARQL Query Language for RDF
StrLang() - Constructor for class org.openrdf.query.algebra.evaluation.function.rdfterm.StrLang
 
StrLen - Class in org.openrdf.query.algebra.evaluation.function.string
The SPARQL built-in Function STRLEN, as defined in SPARQL Query Language for RDF
StrLen() - Constructor for class org.openrdf.query.algebra.evaluation.function.string.StrLen
 
StrStarts - Class in org.openrdf.query.algebra.evaluation.function.string
The SPARQL built-in Function STRSTARTS, as defined in SPARQL Query Language for RDF
StrStarts() - Constructor for class org.openrdf.query.algebra.evaluation.function.string.StrStarts
 
STRUUID - Class in org.openrdf.query.algebra.evaluation.function.rdfterm
The SPARQL built-in Function UUID, as defined in SPARQL Query Language for RDF
STRUUID() - Constructor for class org.openrdf.query.algebra.evaluation.function.rdfterm.STRUUID
 
Substring - Class in org.openrdf.query.algebra.evaluation.function.string
The SPARQL built-in Function SUBSTR, as defined in SPARQL Query Language for RDF.
Substring() - Constructor for class org.openrdf.query.algebra.evaluation.function.string.Substring
 

T

Timezone - Class in org.openrdf.query.algebra.evaluation.function.datetime
The SPARQL built-in Function TIMEZONE, as defined in SPARQL Query Language for RDF
Timezone() - Constructor for class org.openrdf.query.algebra.evaluation.function.datetime.Timezone
 
toss(Exception) - Method in class org.openrdf.query.algebra.evaluation.federation.JoinExecutorBase
 
toString() - Method in class org.openrdf.query.algebra.evaluation.QueryBindingSet
 
TreeSanitizer() - Constructor for class org.openrdf.query.algebra.evaluation.impl.QueryModelPruner.TreeSanitizer
Deprecated.
 
tripleSource - Variable in class org.openrdf.query.algebra.evaluation.impl.EvaluationStrategyImpl
 
TripleSource - Interface in org.openrdf.query.algebra.evaluation
A triple source that can be queried for (the existence of) certain triples in certain contexts.
tupleExpr - Variable in class org.openrdf.query.algebra.evaluation.impl.ConjunctiveConstraintSplitter.ConstraintVisitor
 
tupleExpr - Variable in class org.openrdf.query.algebra.evaluation.impl.FilterOptimizer.FilterFinder
 
Tz - Class in org.openrdf.query.algebra.evaluation.function.datetime
The SPARQL built-in Function TZ, as defined in SPARQL Query Language for RDF
Tz() - Constructor for class org.openrdf.query.algebra.evaluation.function.datetime.Tz
 

U

unregisterAll() - Method in class org.openrdf.query.algebra.evaluation.federation.FederatedServiceResolverBase
 
unregisterService(String) - Method in class org.openrdf.query.algebra.evaluation.federation.FederatedServiceResolverBase
Unregister a service registered to serviceURl
UpperCase - Class in org.openrdf.query.algebra.evaluation.function.string
The SPARQL built-in Function UCASE, as defined in SPARQL Query Language for RDF
UpperCase() - Constructor for class org.openrdf.query.algebra.evaluation.function.string.UpperCase
 
UUID - Class in org.openrdf.query.algebra.evaluation.function.rdfterm
The SPARQL built-in Function UUID, as defined in SPARQL Query Language for RDF
UUID() - Constructor for class org.openrdf.query.algebra.evaluation.function.rdfterm.UUID
 

V

ValueComparator - Class in org.openrdf.query.algebra.evaluation.util
A comparator that compares values according the SPARQL value ordering as specified in SPARQL Query Language for RDF.
ValueComparator() - Constructor for class org.openrdf.query.algebra.evaluation.util.ValueComparator
 
ValueExprEvaluationException - Exception in org.openrdf.query.algebra.evaluation
An exception indicating that a ValueExpr could not be evaluated due to illegal or incompatible values.
ValueExprEvaluationException() - Constructor for exception org.openrdf.query.algebra.evaluation.ValueExprEvaluationException
 
ValueExprEvaluationException(String) - Constructor for exception org.openrdf.query.algebra.evaluation.ValueExprEvaluationException
 
ValueExprEvaluationException(String, Throwable) - Constructor for exception org.openrdf.query.algebra.evaluation.ValueExprEvaluationException
 
ValueExprEvaluationException(Throwable) - Constructor for exception org.openrdf.query.algebra.evaluation.ValueExprEvaluationException
 
ValuePair(Value, Value) - Constructor for class org.openrdf.query.algebra.evaluation.iterator.PathIteration.ValuePair
 
VarBinder(String, Value) - Constructor for class org.openrdf.query.algebra.evaluation.impl.SameTermFilterOptimizer.VarBinder
 
VarRenamer(Var, Var) - Constructor for class org.openrdf.query.algebra.evaluation.impl.SameTermFilterOptimizer.VarRenamer
 
VarVisitor(BindingSet) - Constructor for class org.openrdf.query.algebra.evaluation.impl.BindingAssigner.VarVisitor
 
visit(QueryModelVisitor<X>) - Method in class org.openrdf.query.algebra.evaluation.impl.ExternalSet
 

Y

Year - Class in org.openrdf.query.algebra.evaluation.function.datetime
The SPARQL built-in Function YEAR, as defined in SPARQL Query Language for RDF
Year() - Constructor for class org.openrdf.query.algebra.evaluation.function.datetime.Year
 

Z

ZeroLengthPathIteration - Class in org.openrdf.query.algebra.evaluation.iterator
 
ZeroLengthPathIteration(EvaluationStrategyImpl, Var, Var, Value, Value, Var, BindingSet) - Constructor for class org.openrdf.query.algebra.evaluation.iterator.ZeroLengthPathIteration
 
A B C D E F G H I J K L M N O P Q R S T U V Y Z 
Skip navigation links

Copyright © 2001-2015 Aduna. All Rights Reserved.