|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.birt.data.engine.api.querydefn.QueryExecutionHints
public class QueryExecutionHints
This is an implementation of IQueryExecutionHints.
| Constructor Summary | |
|---|---|
QueryExecutionHints()
|
|
| Method Summary | |
|---|---|
void |
addTargetGroupInstance(IGroupInstanceInfo info)
add target group instance |
boolean |
doSortBeforeGrouping()
Indicate whether should we do sort before grouping. |
boolean |
enablePushDown()
Indicate whether should we enable the pushdown of sort/filter/aggregation to ODA whenever applicable. |
java.util.List<IGroupInstanceInfo> |
getTargetGroupInstances()
Return a list of IGroupInstanceInfo instances that is needed in target ResultSet. |
void |
setEnablePushDown(boolean enablePushDown)
Set whether should the pushdown be enabled. |
void |
setSortBeforeGrouping(boolean doSortBeforeGrouping)
Set whether to sort before grouping. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryExecutionHints()
| Method Detail |
|---|
public void setSortBeforeGrouping(boolean doSortBeforeGrouping)
IQueryExecutionHints
setSortBeforeGrouping in interface IQueryExecutionHintsdoSortBeforeGrouping - public boolean doSortBeforeGrouping()
IQueryExecutionHints
doSortBeforeGrouping in interface IQueryExecutionHintspublic java.util.List<IGroupInstanceInfo> getTargetGroupInstances()
getTargetGroupInstances in interface IQueryExecutionHintspublic void addTargetGroupInstance(IGroupInstanceInfo info)
addTargetGroupInstance in interface IQueryExecutionHintspublic boolean enablePushDown()
IQueryExecutionHints
enablePushDown in interface IQueryExecutionHintspublic void setEnablePushDown(boolean enablePushDown)
IQueryExecutionHints
setEnablePushDown in interface IQueryExecutionHints
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||