Class SpinTupleFunction
java.lang.Object
org.eclipse.rdf4j.spin.function.AbstractSpinFunction
org.eclipse.rdf4j.spin.function.SpinTupleFunction
- All Implemented Interfaces:
TupleFunction, TransientTupleFunction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddArgument(Argument arg) CloseableIteration<? extends List<? extends Value>> evaluate(ValueFactory valueFactory, Value... args) voidsetParsedQuery(ParsedQuery query) toString()Methods inherited from class AbstractSpinFunction
addBindings, getCurrentQueryPreparer, getQueryPreparer, getURI, setQueryPreparerModifier and TypeMethodDescriptionprotected static voidaddBindings(Query query, Value... args) protected QueryPreparergetURI()voidsetQueryPreparer(QueryPreparer queryPreparer) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface TupleFunction
getURI
-
Constructor Details
-
SpinTupleFunction
-
-
Method Details
-
setParsedQuery
-
getParsedQuery
-
addArgument
-
getArguments
-
toString
-
evaluate
public CloseableIteration<? extends List<? extends Value>> evaluate(ValueFactory valueFactory, Value... args) throws QueryEvaluationException - Specified by:
evaluatein interfaceTupleFunction- Throws:
QueryEvaluationException
-