Package mondrian.olap
Class Explain
- java.lang.Object
-
- mondrian.olap.QueryPart
-
- mondrian.olap.Explain
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object[]
getChildren()
Returns an array of the object's children.QueryPart
getQuery()
void
unparse(java.io.PrintWriter pw)
Writes a string representation of this parse tree node to the given writer.
-
-
-
Constructor Detail
-
Explain
Explain(QueryPart query)
Creates an Explain statement.- Parameters:
query
- Query (SELECT or DRILLTHROUGH)
-
-
Method Detail
-
unparse
public void unparse(java.io.PrintWriter pw)
Description copied from class:QueryPart
Writes a string representation of this parse tree node to the given writer.
-
getChildren
public java.lang.Object[] getChildren()
Description copied from interface:Walkable
Returns an array of the object's children. Those which are notWalkable
are ignored.- Specified by:
getChildren
in interfaceWalkable
- Overrides:
getChildren
in classQueryPart
-
getQuery
public QueryPart getQuery()
-
-