Uses of Class
org.eclipse.rdf4j.query.algebra.FunctionCall
-
Packages that use FunctionCall Package Description org.eclipse.rdf4j.query.algebra Abstract Query Algebra model.org.eclipse.rdf4j.query.algebra.evaluation.impl org.eclipse.rdf4j.query.algebra.evaluation.optimizer org.eclipse.rdf4j.query.algebra.helpers org.eclipse.rdf4j.query.parser.sparql The rdf4j SPARQL 1.1 parser.org.eclipse.rdf4j.queryrender.sparql org.eclipse.rdf4j.queryrender.sparql.experimental This package contains classes for rendering RDF4J query objects as SPARQL queries.org.eclipse.rdf4j.sail.lucene A Sail implementation that supports full-text indexing via the Lucene API.org.eclipse.rdf4j.spin 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 FunctionCall Modifier and Type Method Description FunctionCall
FunctionCall. clone()
Methods in org.eclipse.rdf4j.query.algebra with parameters of type FunctionCall Modifier and Type Method Description void
QueryModelVisitor. meet(FunctionCall node)
-
Uses of FunctionCall in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type FunctionCall Modifier and Type Method Description Value
DefaultEvaluationStrategy. 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.QueryValueEvaluationStep
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 FunctionCall Modifier and Type Method Description private 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 FunctionCall Modifier and Type Method Description void
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 FunctionCall Modifier and Type Method Description private FunctionCall
TupleExprBuilder. createFunctionCall(java.lang.String uri, SimpleNode node, int minArgs, int maxArgs)
FunctionCall
TupleExprBuilder. visit(ASTAbs node, java.lang.Object data)
FunctionCall
TupleExprBuilder. visit(ASTCeil node, java.lang.Object data)
FunctionCall
TupleExprBuilder. visit(ASTConcat node, java.lang.Object data)
FunctionCall
TupleExprBuilder. visit(ASTContains node, java.lang.Object data)
FunctionCall
TupleExprBuilder. visit(ASTDay node, java.lang.Object data)
FunctionCall
TupleExprBuilder. visit(ASTEncodeForURI node, java.lang.Object data)
FunctionCall
TupleExprBuilder. visit(ASTFloor node, java.lang.Object data)
FunctionCall
TupleExprBuilder. visit(ASTHours node, java.lang.Object data)
FunctionCall
TupleExprBuilder. visit(ASTLowerCase node, java.lang.Object data)
FunctionCall
TupleExprBuilder. visit(ASTMD5 node, java.lang.Object data)
FunctionCall
TupleExprBuilder. visit(ASTMinutes node, java.lang.Object data)
FunctionCall
TupleExprBuilder. visit(ASTMonth node, java.lang.Object data)
FunctionCall
TupleExprBuilder. visit(ASTNow node, java.lang.Object data)
FunctionCall
TupleExprBuilder. visit(ASTRand node, java.lang.Object data)
FunctionCall
TupleExprBuilder. visit(ASTReplace node, java.lang.Object data)
FunctionCall
TupleExprBuilder. visit(ASTRound node, java.lang.Object data)
FunctionCall
TupleExprBuilder. visit(ASTSeconds node, java.lang.Object data)
FunctionCall
TupleExprBuilder. visit(ASTSHA1 node, java.lang.Object data)
FunctionCall
TupleExprBuilder. visit(ASTSHA224 node, java.lang.Object data)
FunctionCall
TupleExprBuilder. visit(ASTSHA256 node, java.lang.Object data)
FunctionCall
TupleExprBuilder. visit(ASTSHA384 node, java.lang.Object data)
FunctionCall
TupleExprBuilder. visit(ASTSHA512 node, java.lang.Object data)
FunctionCall
TupleExprBuilder. visit(ASTStrAfter node, java.lang.Object data)
FunctionCall
TupleExprBuilder. visit(ASTStrBefore node, java.lang.Object data)
FunctionCall
TupleExprBuilder. visit(ASTStrDt node, java.lang.Object data)
FunctionCall
TupleExprBuilder. visit(ASTStrEnds node, java.lang.Object data)
FunctionCall
TupleExprBuilder. visit(ASTStrLang node, java.lang.Object data)
FunctionCall
TupleExprBuilder. visit(ASTStrLen node, java.lang.Object data)
FunctionCall
TupleExprBuilder. visit(ASTStrStarts node, java.lang.Object data)
FunctionCall
TupleExprBuilder. visit(ASTSTRUUID node, java.lang.Object data)
FunctionCall
TupleExprBuilder. visit(ASTSubstr node, java.lang.Object data)
FunctionCall
TupleExprBuilder. visit(ASTTimezone node, java.lang.Object data)
FunctionCall
TupleExprBuilder. visit(ASTTz node, java.lang.Object data)
FunctionCall
TupleExprBuilder. visit(ASTUpperCase node, java.lang.Object data)
FunctionCall
TupleExprBuilder. visit(ASTUUID node, java.lang.Object data)
FunctionCall
TupleExprBuilder. visit(ASTYear node, java.lang.Object data)
-
Uses of FunctionCall in org.eclipse.rdf4j.queryrender.sparql
Methods in org.eclipse.rdf4j.queryrender.sparql with parameters of type FunctionCall Modifier and Type Method Description void
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 FunctionCall Modifier and Type Method Description protected java.lang.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 FunctionCall Modifier and Type Field Description private FunctionCall
DistanceQuerySpec. distanceFunction
Methods in org.eclipse.rdf4j.sail.lucene that return FunctionCall Modifier and Type Method Description FunctionCall
DistanceQuerySpec. getDistanceFunctionCall()
Methods in org.eclipse.rdf4j.sail.lucene with parameters of type FunctionCall Modifier and Type Method Description void
DistanceQuerySpec. setDistanceFunctionCall(FunctionCall distanceFunction)
Constructors in org.eclipse.rdf4j.sail.lucene with parameters of type FunctionCall Constructor Description DistanceQuerySpec(FunctionCall distanceFunction, ValueExpr distanceExpr, java.lang.String distVar, Filter filter)
-
Uses of FunctionCall in org.eclipse.rdf4j.spin
Methods in org.eclipse.rdf4j.spin with parameters of type FunctionCall Modifier and Type Method Description void
SpinRenderer.SpinVisitor. meet(FunctionCall node)
private Value
SpinRenderer.SpinVisitor. toValue(FunctionCall node)
-