Class Length
java.lang.Object
org.eclipse.rdf4j.spin.function.list.Length
- All Implemented Interfaces:
 TupleFunction
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionCloseableIteration<? extends List<? extends Value>> evaluate(ValueFactory valueFactory, Value... args) getURI() 
- 
Constructor Details
- 
Length
public Length() 
 - 
 - 
Method Details
- 
getURI
- Specified by:
 getURIin interfaceTupleFunction
 - 
evaluate
public CloseableIteration<? extends List<? extends Value>> evaluate(ValueFactory valueFactory, Value... args) throws QueryEvaluationException - Specified by:
 evaluatein interfaceTupleFunction- Throws:
 QueryEvaluationException
 
 -