public class QueryPlanForge extends Object
Constructor and Description |
---|
QueryPlanForge(QueryPlanIndexForge[] indexSpecs,
QueryPlanNodeForge[] execNodeSpecs)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
QueryPlanNodeForge[] |
getExecNodeSpecs()
Return execution node specs.
|
QueryPlanIndexForge[] |
getIndexSpecs()
Return index specs.
|
CodegenExpression |
make(CodegenMethod method,
SAIFFInitializeSymbol symbols,
CodegenClassScope classScope) |
String |
toQueryPlan() |
String |
toString() |
public QueryPlanForge(QueryPlanIndexForge[] indexSpecs, QueryPlanNodeForge[] execNodeSpecs)
indexSpecs
- - specs for indexes to createexecNodeSpecs
- - specs for execution nodes to createpublic QueryPlanIndexForge[] getIndexSpecs()
public QueryPlanNodeForge[] getExecNodeSpecs()
public String toQueryPlan()
public CodegenExpression make(CodegenMethod method, SAIFFInitializeSymbol symbols, CodegenClassScope classScope)
Copyright © 2005–2018. All rights reserved.