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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
evalpublic eval()
 
- 
- 
Method Details- 
buildDescription copied from interface:FunctionCalled during query plan construction immediately after the construction of the extension instance. A function can throwExprExceptionif something is wrong (like wrong number of arguments).
- 
execProcesses unevaluated arguments
 
-