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 protected static CloseableIteration<BindingSet>DefaultEvaluationStrategy. evaluate(TupleFunction func, List<Var> resultVars, BindingSet bindings, org.eclipse.rdf4j.model.ValueFactory valueFactory, org.eclipse.rdf4j.model.Value... argValues)static CloseableIteration<BindingSet>ExtendedEvaluationStrategy. evaluate(TupleFunction func, List<Var> resultVars, BindingSet bindings, org.eclipse.rdf4j.model.ValueFactory valueFactory, org.eclipse.rdf4j.model.Value... argValues)Deprecated, for removal: This API element is subject to removal in a future version.static CloseableIteration<BindingSet>TupleFunctionEvaluationStrategy. evaluate(TupleFunction func, List<Var> resultVars, BindingSet bindings, org.eclipse.rdf4j.model.ValueFactory valueFactory, org.eclipse.rdf4j.model.Value... argValues)Deprecated, for removal: This API element is subject to removal in a future version.
-