OLAP Operation Types

  • + 1 comment

    No problem, sorry for the late reply. The tuple must satisfy the equation :

    a,b,c,

    /* Aggregation number of rows */ a*b*c,

    /* Cube number of rows */ a*b*c+a*b+b*c+a*c+a+b+c+1,

    /* Rollup number of rows */ a*b*c+a+a*b+1

    And only one answers satisfies this.