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 FilterFilterOptimizer.FilterRelocator.filterDeprecated, 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 voidDeprecated, 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.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.protected QueryEvaluationStepDefaultEvaluationStrategy.prepare(Filter node, QueryEvaluationContext context) static voidDeprecated, for removal: This API element is subject to removal in a future version.protected voidDeprecated, for removal: This API element is subject to removal in a future version.private voidDeprecated, 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 QueryEvaluationStepFilterIterator.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 voidprivate voidvoidvoidvoidvoidvoidvoidvoidvoidvoidstatic voidprivate voidprivate voidConstructors 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 TypeMethodDescriptionvoidvoidvoidDeprecated.voidDeprecated, 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.havingSerializableParsedTupleQuery.havingMethods 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 FilterDistanceQuerySpec.filterprivate FilterGeoRelationQuerySpec.filterMethods in org.eclipse.rdf4j.sail.lucene that return FilterModifier and TypeMethodDescriptionDistanceQuerySpec.getFilter()GeoRelationQuerySpec.getFilter()private static FilterGeoRelationQuerySpecBuilder.getFilter(QueryModelNode node, String varName) Methods in org.eclipse.rdf4j.sail.lucene with parameters of type FilterModifier and TypeMethodDescriptionvoidvoidConstructors 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