Package org.apache.jena.sparql.engine
Interface OpEval
-
- All Known Implementing Classes:
QueryEngineBase,QueryEngineMain,QueryEngineMainQuad,QueryEngineRef,QueryEngineRefQuad
public interface OpEval
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueryIteratorevaluate(Op op, DatasetGraph dsg, Binding binding, Context context)
-
-
-
Method Detail
-
evaluate
QueryIterator evaluate(Op op, DatasetGraph dsg, Binding binding, Context context)
-
-