Uses of Class
org.eclipse.rdf4j.query.algebra.Filter
Packages that use Filter
Package
Description
Abstract Query Algebra model.
Implementations of
relevant to query evaluation.
invalid reference
Iteration
The rdf4j SPARQL 1.1 parser.
A Sail implementation that supports full-text indexing via the Lucene API.
-
Uses of Filter in org.eclipse.rdf4j.federated.optimizer
Methods in org.eclipse.rdf4j.federated.optimizer with parameters of type Filter -
Uses of Filter in org.eclipse.rdf4j.query.algebra
Methods in org.eclipse.rdf4j.query.algebra that return FilterMethods in org.eclipse.rdf4j.query.algebra with parameters of type Filter -
Uses of Filter in org.eclipse.rdf4j.query.algebra.evaluation.impl
Fields in org.eclipse.rdf4j.query.algebra.evaluation.impl declared as FilterModifier and TypeFieldDescriptionprotected final Filter
FilterOptimizer.FilterRelocator.filter
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type FilterModifier and TypeMethodDescriptionDefaultEvaluationStrategy.evaluate
(Filter filter, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.protected QueryEvaluationStep
DefaultEvaluationStrategy.prepare
(Filter node, QueryEvaluationContext context) static void
Deprecated, for removal: This API element is subject to removal in a future version.protected void
Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type FilterModifierConstructorDescriptionFilterRelocator
(Filter filter) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Filter in org.eclipse.rdf4j.query.algebra.evaluation.iterator
Constructors in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type FilterModifierConstructorDescriptionFilterIterator
(Filter filter, CloseableIteration<BindingSet, QueryEvaluationException> iter, QueryValueEvaluationStep condition, EvaluationStrategy strategy) Deprecated.RetainedVariableFilteredQueryEvaluationContext
(Filter node, QueryEvaluationContext contextToFilter) -
Uses of Filter in org.eclipse.rdf4j.query.algebra.evaluation.optimizer
Methods in org.eclipse.rdf4j.query.algebra.evaluation.optimizer with parameters of type Filter -
Uses of Filter in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type FilterModifier and TypeMethodDescriptionvoid
void
void
Deprecated.void
Deprecated, for removal: This API element is subject to removal in a future version.void
-
Uses of Filter in org.eclipse.rdf4j.query.algebra.helpers.collectors
Methods in org.eclipse.rdf4j.query.algebra.helpers.collectors with parameters of type Filter -
Uses of Filter in org.eclipse.rdf4j.query.parser.sparql
Methods in org.eclipse.rdf4j.query.parser.sparql with parameters of type Filter -
Uses of Filter in org.eclipse.rdf4j.queryrender.sparql
Methods in org.eclipse.rdf4j.queryrender.sparql with parameters of type Filter -
Uses of Filter in org.eclipse.rdf4j.sail.lucene
Methods in org.eclipse.rdf4j.sail.lucene that return FilterMethods in org.eclipse.rdf4j.sail.lucene with parameters of type FilterModifier and TypeMethodDescriptionvoid
void
Constructors in org.eclipse.rdf4j.sail.lucene with parameters of type FilterModifierConstructorDescriptionDistanceQuerySpec
(FunctionCall distanceFunction, ValueExpr distanceExpr, String distVar, Filter filter)