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 |
QueryEngineFactory.create(Op op,
DatasetGraph dataset,
Binding inputBinding,
Context context) |
Plan |
QueryEngineFactory.create(Query query,
DatasetGraph dataset,
Binding inputBinding,
Context context) |
Plan |
QueryEngineBase.getPlan() |
Plan |
QueryExecutionBase.getPlan() |
Licenced under the Apache License, Version 2.0