Package mondrian.olap

Interface Result

    • Method Detail

      • getQuery

        Query getQuery()
        Returns the query which generated this result.
      • getAxes

        Axis[] getAxes()
        Returns the non-slicer axes.
      • getSlicerAxis

        Axis getSlicerAxis()
        Returns the slicer axis.
      • getCell

        Cell getCell​(int[] pos)
        Returns the cell at a given set of coordinates. For example, in a result with 4 columns and 6 rows, the top-left cell has coordinates [0, 0], and the bottom-right cell has coordinates [3, 5].
      • close

        void close()