java.lang.Object
org.apache.jena.sparql.function.FunctionBase
org.apache.jena.sparql.function.scripting.ScriptFunction
- All Implemented Interfaces:
Function
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called during query plan construction immediately after the construction of the extension instance.void
checkBuild
(String uri, ExprList args) Function call to a list of evaluated argument valuesexec
(List<NodeValue> args, FunctionEnv env) static boolean
isScriptFunction
(String uri) Methods inherited from class org.apache.jena.sparql.function.FunctionBase
exec
-
Constructor Details
-
ScriptFunction
public ScriptFunction()
-
-
Method Details
-
isScriptFunction
-
checkBuild
- Specified by:
checkBuild
in classFunctionBase
-
build
Description copied from interface:Function
Called during query plan construction immediately after the construction of the extension instance. A function can throwExprException
if something is wrong (like wrong number of arguments).- Specified by:
build
in interfaceFunction
- Overrides:
build
in classFunctionBase
- Parameters:
uri
- The function URIargs
- The parsed argumentscxt
- The build context.
-
exec
-
exec
Description copied from class:FunctionBase
Function call to a list of evaluated argument values- Specified by:
exec
in classFunctionBase
-