Package org.olap4cloud.impl

Examples of org.olap4cloud.impl.CubeScan.prepare()


      scan.getCubeScanAggregates().add(getCubeScanAggregate(aggregate, cubeDescriptor));
    int groupBy[] = new int[query.getGroupBy().size()];
    for(int i = 0; i < groupBy.length; i ++)
      groupBy[i] = getDimensionNumber(query.getGroupBy().get(i), cubeDescriptor);
    scan.setGroupBy(groupBy);
    scan.prepare();
    return scan;
  }

  private CubeScanAggregate getCubeScanAggregate(CubeQueryAggregate aggregate, CubeDescriptor cubeDescriptor)
    throws OLAPEngineException {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.