| Constructor and Description |
|---|
DrillThrough(Query query,
int maxRowCount,
int firstRowOrdinal,
List<Exp> returnList)
Creates a DrillThrough.
|
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getChildren()
Returns an array of the object's children.
|
int |
getFirstRowOrdinal() |
int |
getMaxRowCount() |
Query |
getQuery() |
List<OlapElement> |
getReturnList() |
void |
unparse(PrintWriter pw)
Writes a string representation of this parse tree
node to the given writer.
|
public void unparse(PrintWriter pw)
QueryPartpublic Object[] getChildren()
WalkableWalkable are ignored.getChildren in interface WalkablegetChildren in class QueryPartpublic Query getQuery()
public int getMaxRowCount()
public int getFirstRowOrdinal()
public List<OlapElement> getReturnList()