Package mondrian.olap

Class QueryPart

    • Constructor Detail

      • QueryPart

        QueryPart()
        Creates a QueryPart.
    • Method Detail

      • unparse

        public void unparse​(PrintWriter pw)
        Writes a string representation of this parse tree node to the given writer.
        Parameters:
        pw - writer
      • getChildren

        public Object[] getChildren()
        Description copied from interface: Walkable
        Returns an array of the object's children. Those which are not Walkable are ignored.
        Specified by:
        getChildren in interface Walkable
      • explain

        public void explain​(PrintWriter pw)
        Returns the plan that Mondrian intends to use to execute this query.
        Parameters:
        pw - Print writer