Package mondrian.olap
Class Explain
- java.lang.Object
-
- mondrian.olap.QueryPart
-
- mondrian.olap.Explain
-
public class Explain extends QueryPart
Explain statement.- Author:
- jhyde
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[]getChildren()QueryPartgetQuery()voidunparse(PrintWriter pw)Writes a string representation of this parse tree node to the given writer.
-
-
-
Method Detail
-
unparse
public void unparse(PrintWriter pw)
Description copied from class:QueryPartWrites a string representation of this parse tree node to the given writer.
-
getChildren
public Object[] getChildren()
- Overrides:
getChildrenin classQueryPart
-
getQuery
public QueryPart getQuery()
-
-