public class QueryEngineFactoryWrapper extends Object implements QueryEngineFactory
| Constructor and Description |
|---|
QueryEngineFactoryWrapper() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Op op,
DatasetGraph dsg,
Context context) |
boolean |
accept(Query query,
DatasetGraph dsg,
Context context) |
Plan |
create(Op op,
DatasetGraph dsg,
Binding inputBinding,
Context context) |
Plan |
create(Query query,
DatasetGraph dsg,
Binding inputBinding,
Context context) |
static void |
init() |
public static void init()
public boolean accept(Query query, DatasetGraph dsg, Context context)
accept in interface QueryEngineFactorypublic Plan create(Query query, DatasetGraph dsg, Binding inputBinding, Context context)
create in interface QueryEngineFactorypublic boolean accept(Op op, DatasetGraph dsg, Context context)
accept in interface QueryEngineFactorypublic Plan create(Op op, DatasetGraph dsg, Binding inputBinding, Context context)
create in interface QueryEngineFactoryLicenced under the Apache License, Version 2.0