public class QueryPlan extends Object
Constructor and Description |
---|
QueryPlan(QueryPlanIndex[] indexSpecs,
QueryPlanNode[] execNodeSpecs)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
QueryPlanNode[] |
getExecNodeSpecs()
Return execution node specs.
|
QueryPlanIndex[] |
getIndexSpecs()
Return index specs.
|
String |
toQueryPlan() |
String |
toString() |
public QueryPlan(QueryPlanIndex[] indexSpecs, QueryPlanNode[] execNodeSpecs)
indexSpecs
- - specs for indexes to createexecNodeSpecs
- - specs for execution nodes to createpublic QueryPlanIndex[] getIndexSpecs()
public QueryPlanNode[] getExecNodeSpecs()
public String toQueryPlan()