Class Split
java.lang.Object
org.eclipse.rdf4j.spin.function.spif.Split
- All Implemented Interfaces:
TupleFunction
,InverseMagicProperty
- Direct Known Subclasses:
StrSplit
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCloseableIteration<? extends List<? extends Value>>
evaluate
(ValueFactory valueFactory, Value... args) getURI()
-
Constructor Details
-
Split
public Split()
-
-
Method Details
-
getURI
- Specified by:
getURI
in interfaceTupleFunction
-
evaluate
public CloseableIteration<? extends List<? extends Value>> evaluate(ValueFactory valueFactory, Value... args) throws QueryEvaluationException - Specified by:
evaluate
in interfaceTupleFunction
- Throws:
QueryEvaluationException
-