Uses of Class
org.eclipse.rdf4j.query.algebra.FunctionCall
Packages that use FunctionCall
Package
Description
Abstract Query Algebra model.
The rdf4j SPARQL 1.1 parser.
A Sail implementation that supports full-text indexing via the Lucene API.
-
Uses of FunctionCall in org.eclipse.rdf4j.query.algebra
Methods in org.eclipse.rdf4j.query.algebra that return FunctionCallMethods in org.eclipse.rdf4j.query.algebra with parameters of type FunctionCall -
Uses of FunctionCall in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type FunctionCallModifier and TypeMethodDescriptionStrictEvaluationStrategy.evaluate(FunctionCall node, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version.void
ConstantOptimizer.ConstantVisitor.meet(FunctionCall functionCall)
StrictEvaluationStrategy.prepare(FunctionCall node, QueryEvaluationContext context)
-
Uses of FunctionCall in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type FunctionCall -
Uses of FunctionCall in org.eclipse.rdf4j.query.parser.sparql
Methods in org.eclipse.rdf4j.query.parser.sparql that return FunctionCall -
Uses of FunctionCall in org.eclipse.rdf4j.queryrender.sparql
Methods in org.eclipse.rdf4j.queryrender.sparql with parameters of type FunctionCall -
Uses of FunctionCall in org.eclipse.rdf4j.sail.lucene
Methods in org.eclipse.rdf4j.sail.lucene that return FunctionCallMethods in org.eclipse.rdf4j.sail.lucene with parameters of type FunctionCallModifier and TypeMethodDescriptionvoid
DistanceQuerySpec.setDistanceFunctionCall(FunctionCall distanceFunction)
Constructors in org.eclipse.rdf4j.sail.lucene with parameters of type FunctionCallModifierConstructorDescriptionDistanceQuerySpec(FunctionCall distanceFunction, ValueExpr distanceExpr, String distVar, Filter filter)