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 FunctionCallFunctionCall. clone()Methods in org.eclipse.rdf4j.query.algebra with parameters of type FunctionCall Modifier and Type Method Description voidQueryModelVisitor. 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 ValueDefaultEvaluationStrategy. evaluate(FunctionCall node, BindingSet bindings)Deprecated, for removal: This API element is subject to removal in a future version.private booleanConstantOptimizer.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.voidConstantOptimizer.ConstantVisitor. meet(FunctionCall functionCall)Deprecated, for removal: This API element is subject to removal in a future version.QueryValueEvaluationStepDefaultEvaluationStrategy. 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 booleanConstantOptimizer.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.voidConstantOptimizer.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 voidAbstractQueryModelVisitor. meet(FunctionCall node)voidAbstractSimpleQueryModelVisitor. meet(FunctionCall node)voidStatementPatternVisitor. 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 FunctionCallTupleExprBuilder. createFunctionCall(java.lang.String uri, SimpleNode node, int minArgs, int maxArgs)FunctionCallTupleExprBuilder. visit(ASTAbs node, java.lang.Object data)FunctionCallTupleExprBuilder. visit(ASTCeil node, java.lang.Object data)FunctionCallTupleExprBuilder. visit(ASTConcat node, java.lang.Object data)FunctionCallTupleExprBuilder. visit(ASTContains node, java.lang.Object data)FunctionCallTupleExprBuilder. visit(ASTDay node, java.lang.Object data)FunctionCallTupleExprBuilder. visit(ASTEncodeForURI node, java.lang.Object data)FunctionCallTupleExprBuilder. visit(ASTFloor node, java.lang.Object data)FunctionCallTupleExprBuilder. visit(ASTHours node, java.lang.Object data)FunctionCallTupleExprBuilder. visit(ASTLowerCase node, java.lang.Object data)FunctionCallTupleExprBuilder. visit(ASTMD5 node, java.lang.Object data)FunctionCallTupleExprBuilder. visit(ASTMinutes node, java.lang.Object data)FunctionCallTupleExprBuilder. visit(ASTMonth node, java.lang.Object data)FunctionCallTupleExprBuilder. visit(ASTNow node, java.lang.Object data)FunctionCallTupleExprBuilder. visit(ASTRand node, java.lang.Object data)FunctionCallTupleExprBuilder. visit(ASTReplace node, java.lang.Object data)FunctionCallTupleExprBuilder. visit(ASTRound node, java.lang.Object data)FunctionCallTupleExprBuilder. visit(ASTSeconds node, java.lang.Object data)FunctionCallTupleExprBuilder. visit(ASTSHA1 node, java.lang.Object data)FunctionCallTupleExprBuilder. visit(ASTSHA224 node, java.lang.Object data)FunctionCallTupleExprBuilder. visit(ASTSHA256 node, java.lang.Object data)FunctionCallTupleExprBuilder. visit(ASTSHA384 node, java.lang.Object data)FunctionCallTupleExprBuilder. visit(ASTSHA512 node, java.lang.Object data)FunctionCallTupleExprBuilder. visit(ASTStrAfter node, java.lang.Object data)FunctionCallTupleExprBuilder. visit(ASTStrBefore node, java.lang.Object data)FunctionCallTupleExprBuilder. visit(ASTStrDt node, java.lang.Object data)FunctionCallTupleExprBuilder. visit(ASTStrEnds node, java.lang.Object data)FunctionCallTupleExprBuilder. visit(ASTStrLang node, java.lang.Object data)FunctionCallTupleExprBuilder. visit(ASTStrLen node, java.lang.Object data)FunctionCallTupleExprBuilder. visit(ASTStrStarts node, java.lang.Object data)FunctionCallTupleExprBuilder. visit(ASTSTRUUID node, java.lang.Object data)FunctionCallTupleExprBuilder. visit(ASTSubstr node, java.lang.Object data)FunctionCallTupleExprBuilder. visit(ASTTimezone node, java.lang.Object data)FunctionCallTupleExprBuilder. visit(ASTTz node, java.lang.Object data)FunctionCallTupleExprBuilder. visit(ASTUpperCase node, java.lang.Object data)FunctionCallTupleExprBuilder. visit(ASTUUID node, java.lang.Object data)FunctionCallTupleExprBuilder. 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 voidSparqlTupleExprRenderer. meet(FunctionCall node)voidSparqlValueExprRenderer. 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.StringPreprocessedQuerySerializer. getFunctionNameAsString(FunctionCall expr)voidParsedQueryPreprocessor. meet(FunctionCall node)voidPreprocessedQuerySerializer. 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 FunctionCallDistanceQuerySpec. distanceFunctionMethods in org.eclipse.rdf4j.sail.lucene that return FunctionCall Modifier and Type Method Description FunctionCallDistanceQuerySpec. getDistanceFunctionCall()Methods in org.eclipse.rdf4j.sail.lucene with parameters of type FunctionCall Modifier and Type Method Description voidDistanceQuerySpec. 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 voidSpinRenderer.SpinVisitor. meet(FunctionCall node)private ValueSpinRenderer.SpinVisitor. toValue(FunctionCall node)
-