Package mondrian.olap

Class QueryPart

    • Constructor Summary

      Constructors 
      Constructor Description
      QueryPart()
      Creates a QueryPart.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void explain​(java.io.PrintWriter pw)
      Returns the plan that Mondrian intends to use to execute this query.
      java.lang.Object[] getChildren()
      Returns an array of the object's children.
      void unparse​(java.io.PrintWriter pw)
      Writes a string representation of this parse tree node to the given writer.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • QueryPart

        QueryPart()
        Creates a QueryPart.
    • Method Detail

      • unparse

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

        public java.lang.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​(java.io.PrintWriter pw)
        Returns the plan that Mondrian intends to use to execute this query.
        Parameters:
        pw - Print writer