public class QueryPlan extends Object
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE |
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.
|
public static final EPTypeClass EPTYPE
public QueryPlan(QueryPlanIndex[] indexSpecs, QueryPlanNode[] execNodeSpecs)
indexSpecs
- - specs for indexes to createexecNodeSpecs
- - specs for execution nodes to createpublic QueryPlanIndex[] getIndexSpecs()
public QueryPlanNode[] getExecNodeSpecs()
Copyright © 2005–2021. All rights reserved.