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