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.
This package contains classes for rendering RDF4J query objects as SPARQL queries.
A Sail implementation that supports full-text indexing via the Lucene API.
See discussion at https://github.com/eclipse/rdf4j/issues/1262
-
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 TypeMethodDescriptionprivate void
Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.evaluate
(Filter filter, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.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.private 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
Methods in org.eclipse.rdf4j.query.algebra.evaluation.iterator with parameters of type FilterModifier and TypeMethodDescriptionprivate static Function
<BindingSet, BindingSet> FilterIterator.buildRetainFunction
(Filter filter, QueryEvaluationContext context) Deprecated.static QueryEvaluationStep
FilterIterator.supply
(Filter filter, EvaluationStrategy strategy, QueryEvaluationContext context) Deprecated.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. -
Uses of Filter in org.eclipse.rdf4j.query.algebra.evaluation.optimizer
Fields in org.eclipse.rdf4j.query.algebra.evaluation.optimizer declared as FilterMethods in org.eclipse.rdf4j.query.algebra.evaluation.optimizer with parameters of type FilterModifier and TypeMethodDescriptionprivate void
private void
void
void
void
void
void
void
void
void
void
static void
private void
private void
Constructors 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.queryrender.sparql.experimental
Fields in org.eclipse.rdf4j.queryrender.sparql.experimental declared as FilterModifier and TypeFieldDescriptionSerializableParsedConstructQuery.having
SerializableParsedTupleQuery.having
Methods in org.eclipse.rdf4j.queryrender.sparql.experimental with parameters of type Filter -
Uses of Filter in org.eclipse.rdf4j.sail.lucene
Fields in org.eclipse.rdf4j.sail.lucene declared as FilterModifier and TypeFieldDescriptionprivate Filter
DistanceQuerySpec.filter
private Filter
GeoRelationQuerySpec.filter
Methods in org.eclipse.rdf4j.sail.lucene that return FilterModifier and TypeMethodDescriptionDistanceQuerySpec.getFilter()
GeoRelationQuerySpec.getFilter()
private static Filter
GeoRelationQuerySpecBuilder.getFilter
(QueryModelNode node, String varName) Methods 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) -
Uses of Filter in org.eclipse.rdf4j.spin
Methods in org.eclipse.rdf4j.spin with parameters of type Filter