| Package | Description |
|---|---|
| com.hp.hpl.jena.query |
ARQ - A query engine for Jena, implementing SPARQL.
|
| com.hp.hpl.jena.sparql.engine |
| Modifier and Type | Method and Description |
|---|---|
static Plan |
QueryExecutionFactory.createPlan(Query query,
DatasetGraph dataset,
Binding input) |
static Plan |
QueryExecutionFactory.createPlan(Query query,
DatasetGraph dataset,
Binding input,
Context context) |
| Modifier and Type | Class and Description |
|---|---|
class |
PlanBase |
class |
PlanOp |
| Modifier and Type | Method and Description |
|---|---|
Plan |
QueryEngineFactoryWrapper.create(Op op,
DatasetGraph dsg,
Binding inputBinding,
Context context) |
Plan |
QueryEngineFactory.create(Op op,
DatasetGraph dataset,
Binding inputBinding,
Context context) |
Plan |
QueryEngineFactoryWrapper.create(Query query,
DatasetGraph dsg,
Binding inputBinding,
Context context) |
Plan |
QueryEngineFactory.create(Query query,
DatasetGraph dataset,
Binding inputBinding,
Context context) |
Plan |
QueryExecutionBase.getPlan() |
Plan |
QueryEngineBase.getPlan() |
Licenced under the Apache License, Version 2.0