Package mondrian.olap

Class DrillThrough


  • public class DrillThrough
    extends QueryPart
    Drill through statement.
    Author:
    jhyde
    • Method Detail

      • unparse

        public void unparse​(PrintWriter pw)
        Description copied from class: QueryPart
        Writes a string representation of this parse tree node to the given writer.
        Overrides:
        unparse in class QueryPart
        Parameters:
        pw - writer
      • getQuery

        public Query getQuery()
      • getMaxRowCount

        public int getMaxRowCount()
      • getFirstRowOrdinal

        public int getFirstRowOrdinal()