Uses of Interface
org.eclipse.rdf4j.query.algebra.evaluation.function.TupleFunction
-
Packages that use TupleFunction Package Description org.eclipse.rdf4j.query.algebra.evaluation.function org.eclipse.rdf4j.query.algebra.evaluation.impl -
-
Uses of TupleFunction in org.eclipse.rdf4j.query.algebra.evaluation.function
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function with parameters of type TupleFunction Modifier and Type Method Description protected StringTupleFunctionRegistry. getKey(TupleFunction function) -
Uses of TupleFunction in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl with parameters of type TupleFunction Modifier and Type Method Description static CloseableIteration<BindingSet,QueryEvaluationException>TupleFunctionEvaluationStrategy. evaluate(TupleFunction func, List<Var> resultVars, BindingSet bindings, org.eclipse.rdf4j.model.ValueFactory valueFactory, org.eclipse.rdf4j.model.Value... argValues)
-