| Package | Description |
|---|---|
| org.aksw.sparqlify.core.query_plan |
| Modifier and Type | Class and Description |
|---|---|
class |
QEP_Base1 |
class |
QEP_SqlRewrite
Execute an Sql-Rewrite on the backend.
|
class |
QEP_Time
Time the execution of a sub plan (TODO: Maybe this should be hard wired into a base class in the first place)
|
class |
QEP_Union
Combine the result sets of sub-plans
|
| Modifier and Type | Method and Description |
|---|---|
QueryExecutionPlanNode |
QEP_Base1.getSubPlan() |
| Constructor and Description |
|---|
QEP_Base1(QueryExecutionPlanNode subPlan) |
QEP_Time(com.hp.hpl.jena.rdf.model.Model target,
QueryExecutionPlanNode subPlan) |
Copyright © 2014. All rights reserved.