public abstract class QueryEngineBase extends Object implements OpEval, 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()
Licenced under the Apache License, Version 2.0