public abstract class QueryEngineBase extends Object implements OpEval, org.apache.jena.atlas.lib.Closeable
| Modifier and Type | Field and Description |
|---|---|
static QueryEngineInfo |
queryEngineInfo |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
QueryIterator |
evaluate(Op op,
DatasetGraph dsg,
Binding binding,
Context context) |
Op |
getOp()
Algebra expression (including any optimization)
|
Plan |
getPlan() |
public static final QueryEngineInfo queryEngineInfo
public Plan getPlan()
public final QueryIterator evaluate(Op op, DatasetGraph dsg, Binding binding, Context context)
public Op getOp()
public void close()
close in interface org.apache.jena.atlas.lib.CloseableLicenced under the Apache License, Version 2.0