Package | Description |
---|---|
org.apache.jena.query |
ARQ - A query engine for Jena, implementing SPARQL.
|
org.apache.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)
Call to create a
Plan : the companion QueryEngineFactory.accept(org.apache.jena.query.Query, org.apache.jena.sparql.core.DatasetGraph, org.apache.jena.sparql.util.Context) wil have returned true . |
Plan |
QueryEngineFactoryWrapper.create(Op op,
DatasetGraph dsg,
Binding inputBinding,
Context context) |
Plan |
QueryEngineFactory.create(Query query,
DatasetGraph dataset,
Binding inputBinding,
Context context)
Call to create a
Plan : the companion QueryEngineFactory.accept(org.apache.jena.query.Query, org.apache.jena.sparql.core.DatasetGraph, org.apache.jena.sparql.util.Context) wil have returned true . |
Plan |
QueryEngineFactoryWrapper.create(Query query,
DatasetGraph dsg,
Binding inputBinding,
Context context) |
Plan |
QueryExecutionBase.getPlan() |
Plan |
QueryEngineBase.getPlan() |
Licenced under the Apache License, Version 2.0