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.
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 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.evaluate
(FunctionCall node, BindingSet bindings) Deprecated, for removal: This API element is subject to removal in a future version.private boolean
ConstantOptimizer.ConstantVisitor.isConstantZeroArgFunction
(FunctionCall functionCall) Deprecated, for removal: This API element is subject to removal in a future version.Determines if the provided zero-arg function is a function that should return a constant value for the entire query execution (e.g NOW()), or if it should generate a new value for every call (e.g.void
ConstantOptimizer.ConstantVisitor.meet
(FunctionCall functionCall) Deprecated, for removal: This API element is subject to removal in a future version.DefaultEvaluationStrategy.prepare
(FunctionCall node, QueryEvaluationContext context) -
Uses of FunctionCall in org.eclipse.rdf4j.query.algebra.evaluation.optimizer
Methods in org.eclipse.rdf4j.query.algebra.evaluation.optimizer with parameters of type FunctionCallModifier and TypeMethodDescriptionprivate boolean
ConstantOptimizer.ConstantVisitor.isConstantZeroArgFunction
(FunctionCall functionCall) Determines if the provided zero-arg function is a function that should return a constant value for the entire query execution (e.g NOW()), or if it should generate a new value for every call (e.g.void
ConstantOptimizer.ConstantVisitor.meet
(FunctionCall functionCall) -
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 TypeMethodDescriptionprivate FunctionCall
TupleExprBuilder.createFunctionCall
(String uri, SimpleNode node, int minArgs, int maxArgs) TupleExprBuilder.visit
(ASTContains node, Object data) TupleExprBuilder.visit
(ASTEncodeForURI node, Object data) TupleExprBuilder.visit
(ASTLowerCase node, Object data) TupleExprBuilder.visit
(ASTMinutes node, Object data) TupleExprBuilder.visit
(ASTReplace node, Object data) TupleExprBuilder.visit
(ASTSeconds node, Object data) TupleExprBuilder.visit
(ASTStrAfter node, Object data) TupleExprBuilder.visit
(ASTStrBefore node, Object data) TupleExprBuilder.visit
(ASTStrEnds node, Object data) TupleExprBuilder.visit
(ASTStrLang node, Object data) TupleExprBuilder.visit
(ASTStrStarts node, Object data) TupleExprBuilder.visit
(ASTSTRUUID node, Object data) TupleExprBuilder.visit
(ASTTimezone node, Object data) TupleExprBuilder.visit
(ASTUpperCase node, Object data) -
Uses of FunctionCall in org.eclipse.rdf4j.queryrender.sparql
Methods in org.eclipse.rdf4j.queryrender.sparql with parameters of type FunctionCallModifier and TypeMethodDescriptionvoid
SparqlTupleExprRenderer.meet
(FunctionCall node) void
SparqlValueExprRenderer.meet
(FunctionCall theOp) -
Uses of FunctionCall in org.eclipse.rdf4j.queryrender.sparql.experimental
Methods in org.eclipse.rdf4j.queryrender.sparql.experimental with parameters of type FunctionCallModifier and TypeMethodDescriptionprotected String
PreprocessedQuerySerializer.getFunctionNameAsString
(FunctionCall expr) void
ParsedQueryPreprocessor.meet
(FunctionCall node) void
PreprocessedQuerySerializer.meet
(FunctionCall node) -
Uses of FunctionCall in org.eclipse.rdf4j.sail.lucene
Fields in org.eclipse.rdf4j.sail.lucene declared as FunctionCallMethods 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) -
Uses of FunctionCall in org.eclipse.rdf4j.spin
Methods in org.eclipse.rdf4j.spin with parameters of type FunctionCallModifier and TypeMethodDescriptionvoid
SpinRenderer.SpinVisitor.meet
(FunctionCall node) private Value
SpinRenderer.SpinVisitor.toValue
(FunctionCall node)