Class FunctionCall

java.lang.Object
org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
org.eclipse.rdf4j.query.algebra.FunctionCall
All Implemented Interfaces:
Serializable, Cloneable, GraphPatternGroupable, QueryModelNode, ValueExpr, VariableScopeChange

public class FunctionCall extends AbstractQueryModelNode implements ValueExpr
A call to an (external) function that operates on zero or more arguments.
Author:
Arjohn Kampman
See Also: