Class TupleFunctionCall

java.lang.Object
org.eclipse.rdf4j.query.algebra.AbstractQueryModelNode
org.eclipse.rdf4j.query.algebra.TupleFunctionCall
All Implemented Interfaces:
Serializable, Cloneable, QueryModelNode, TupleExpr, VariableScopeChange

public class TupleFunctionCall extends AbstractQueryModelNode implements TupleExpr
A call to a TupleFunction. This is an optional extension to the query model.
See Also: