Uses of Package
mondrian.rolap.agg
Packages that use mondrian.rolap.agg
Package
Description
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
Implements the data access layer for the olap package.
Manages a cache of aggregates containing cell values.
Provides primitives for policy-based caching.
Contains the server-provider interfaces (SPIs) which user-defined
extensions to Mondrian should implement.
Provides implementations of SPIs defined in the
mondrian.spi package.-
Classes in mondrian.rolap.agg used by mondrian.olap
-
Classes in mondrian.rolap.agg used by mondrian.rolapClassDescriptionA
Aggregationis a pre-computed aggregation over a set of columns.Column context that an Aggregation is computed for.RolapAggregationManagermanages allAggregations in the system.ACellRequestcontains the context necessary to get a cell value from a star.Subclass ofCellRequestthat allows to specify which columns and measures to return as part of the ResultSet which we return to the client.A collection ofSegments that can be represented as a GROUP BY GROUPING SET in a SQL query.Extension toSegmentwith a data set. -
Classes in mondrian.rolap.agg used by mondrian.rolap.aggClassDescriptionA
AbstractColumnPredicateis an abstract implementation forStarColumnPredicate.Column context that an Aggregation is computed for.RolapAggregationManagermanages allAggregations in the system.ACellRequestcontains the context necessary to get a cell value from a star.Signals that there are enough outstanding cell requests that it is worth terminating this phase of execution and asking the segment cache for all of the cells that have been asked for.Subclass ofCellRequestthat allows to specify which columns and measures to return as part of the ResultSet which we return to the client.A collection ofSegments that can be represented as a GROUP BY GROUPING SET in a SQL query.Base class forAndPredicateandOrPredicate.A constraint which always returns true or false.Contains the information necessary to generate a SQL statement to retrieve a set of cells.ASegmentis a collection of cell values parameterized by a measure, and a set of (column, value) pairs.Definition of a region of values which are not in a segment.Collection of values of one of the columns that parameterizes aSegment.Functor to convert a segment header and body into aSegmentWithData.Result of aSegmentCacheManager.FlushCommand.Registry of all the indexes that were created for this cache manager, perRolapStar.Utility class to interact with theSegmentCache.ASegmentDatasetholds the values in a segment.Collection of rows, each with a set of columns of type Object, double, or int.Extension toSegmentwith a data set.A constraint which requires a column to have a particular value. -
Classes in mondrian.rolap.agg used by mondrian.rolap.cacheClassDescriptionColumn context that an Aggregation is computed for.A
CellRequestcontains the context necessary to get a cell value from a star.Functor to convert a segment header and body into aSegmentWithData. -
Classes in mondrian.rolap.agg used by mondrian.spi
-
Classes in mondrian.rolap.agg used by mondrian.spi.impl