public abstract class QueryPart extends Object
Modifier and Type | Method and Description |
---|---|
void |
explain(PrintWriter pw)
Returns the plan that Mondrian intends to use to execute this query.
|
Object[] |
getChildren()
Returns an array of the object's children.
|
void |
unparse(PrintWriter pw)
Writes a string representation of this parse tree
node to the given writer.
|
public void unparse(PrintWriter pw)
pw
- writerpublic Object[] getChildren()
Walkable
are ignored.public void explain(PrintWriter pw)
pw
- Print writerCopyright © 2020 Hitachi Vantara. All rights reserved.