Package org.eclipse.rdf4j.spin.function
Class SpinTupleFunction
- java.lang.Object
-
- org.eclipse.rdf4j.spin.function.AbstractSpinFunction
-
- org.eclipse.rdf4j.spin.function.SpinTupleFunction
-
- All Implemented Interfaces:
TupleFunction,TransientTupleFunction
public class SpinTupleFunction extends AbstractSpinFunction implements TransientTupleFunction
-
-
Constructor Summary
Constructors Constructor Description SpinTupleFunction(String uri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddArgument(Argument arg)org.eclipse.rdf4j.common.iteration.CloseableIteration<? extends List<? extends org.eclipse.rdf4j.model.Value>>evaluate(org.eclipse.rdf4j.model.ValueFactory valueFactory, org.eclipse.rdf4j.model.Value... args)List<Argument>getArguments()org.eclipse.rdf4j.query.parser.ParsedQuerygetParsedQuery()voidsetParsedQuery(org.eclipse.rdf4j.query.parser.ParsedQuery query)StringtoString()-
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, wait, wait, wait
-
Methods inherited from interface org.eclipse.rdf4j.query.algebra.evaluation.function.TupleFunction
getURI
-
-
-
-
Constructor Detail
-
SpinTupleFunction
public SpinTupleFunction(String uri)
-
-
Method Detail
-
setParsedQuery
public void setParsedQuery(org.eclipse.rdf4j.query.parser.ParsedQuery query)
-
getParsedQuery
public org.eclipse.rdf4j.query.parser.ParsedQuery getParsedQuery()
-
addArgument
public void addArgument(Argument arg)
-
evaluate
public org.eclipse.rdf4j.common.iteration.CloseableIteration<? extends List<? extends org.eclipse.rdf4j.model.Value>> evaluate(org.eclipse.rdf4j.model.ValueFactory valueFactory, org.eclipse.rdf4j.model.Value... args) throws org.eclipse.rdf4j.query.QueryEvaluationException
- Specified by:
evaluatein interfaceTupleFunction- Throws:
org.eclipse.rdf4j.query.QueryEvaluationException
-
-