Class SelectTupleFunction
java.lang.Object
org.eclipse.rdf4j.spin.function.AbstractSpinFunction
org.eclipse.rdf4j.spin.function.SelectTupleFunction
- All Implemented Interfaces:
TupleFunction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCloseableIteration<? extends List<? extends Value>> evaluate(ValueFactory valueFactory, Value... args) voidsetSpinParser(SpinParser parser) Methods inherited from class AbstractSpinFunction
addBindings, getCurrentQueryPreparer, getQueryPreparer, getURI, setQueryPreparerMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface TupleFunction
getURI
-
Constructor Details
-
SelectTupleFunction
public SelectTupleFunction() -
SelectTupleFunction
-
-
Method Details
-
getSpinParser
-
setSpinParser
-
evaluate
public CloseableIteration<? extends List<? extends Value>> evaluate(ValueFactory valueFactory, Value... args) throws QueryEvaluationException - Specified by:
evaluatein interfaceTupleFunction- Throws:
QueryEvaluationException
-