java.lang.Object
org.apache.jena.sparql.function.library.eval
- All Implemented Interfaces:
Function
Function that evaluates an expression.
To convert errors to true or false, use COALESCE.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
eval
public eval()
-
-
Method Details
-
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). -
exec
Processes unevaluated arguments
-