Package org.eclipse.rdf4j.spin.function
Class SelectTupleFunction
java.lang.Object
org.eclipse.rdf4j.spin.function.AbstractSpinFunction
org.eclipse.rdf4j.spin.function.SelectTupleFunction
- All Implemented Interfaces:
TupleFunction
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCloseableIteration<? extends List<? extends Value>>
evaluate
(ValueFactory valueFactory, Value... args) void
setSpinParser
(SpinParser parser) Methods inherited from class org.eclipse.rdf4j.spin.function.AbstractSpinFunction
addBindings, getCurrentQueryPreparer, getQueryPreparer, getURI, setQueryPreparer
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.rdf4j.query.algebra.evaluation.function.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:
evaluate
in interfaceTupleFunction
- Throws:
QueryEvaluationException
-