Package mondrian.olap
Class QueryPart
java.lang.Object
mondrian.olap.QueryPart
- Direct Known Subclasses:
CellProperty
,DmvQuery
,DrillThrough
,ExpBase
,Explain
,Formula
,MemberProperty
,Query
,QueryAxis
Component of an MDX query (derived classes include Query, Axis, Exp, Level).
- Author:
- jhyde, 23 January, 1999
-
Method Summary
Modifier and TypeMethodDescriptionvoid
explain
(PrintWriter pw) Returns the plan that Mondrian intends to use to execute this query.Object[]
void
unparse
(PrintWriter pw) Writes a string representation of this parse tree node to the given writer.
-
Method Details
-
unparse
Writes a string representation of this parse tree node to the given writer.- Parameters:
pw
- writer
-
getChildren
-
explain
Returns the plan that Mondrian intends to use to execute this query.- Parameters:
pw
- Print writer
-