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 TypeMethodDescriptionDefaultEvaluationStrategy.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 FunctionCallModifier and TypeMethodDescriptionvoid
AbstractQueryModelVisitor.meet
(FunctionCall node) void
AbstractSimpleQueryModelVisitor.meet
(FunctionCall node) void
StatementPatternVisitor.meet
(FunctionCall node) -
Uses of FunctionCall in org.eclipse.rdf4j.query.parser.sparql
Methods in org.eclipse.rdf4j.query.parser.sparql that return FunctionCallModifier and TypeMethodDescription -
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)