Package mondrian.olap
Class Explain
java.lang.Object
mondrian.olap.QueryPart
mondrian.olap.Explain
Explain statement.
- Author:
- jhyde
-
Method Summary
Modifier and TypeMethodDescriptionObject[]
getQuery()
void
unparse
(PrintWriter pw) Writes a string representation of this parse tree node to the given writer.
-
Method Details
-
unparse
Description copied from class:QueryPart
Writes a string representation of this parse tree node to the given writer. -
getChildren
- Overrides:
getChildren
in classQueryPart
-
getQuery
-