| Package | Description | 
|---|---|
| mondrian.olap | Mondrian's core package, this defines connections and the catalog metamodel, 
and allows you to execute queries. | 
| mondrian.rolap | Implements the data access layer for the olap package. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EnumeratedValues<V extends EnumeratedValues.Value>EnumeratedValuesis a helper class for declaring a set of
 symbolic constants which have names, ordinals, and possibly descriptions. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | EnumeratedValues.BasicValueBasicValueis an obvious implementation ofEnumeratedValues.Value. | 
| class  | PropertyPropertyis the definition of a member property. | 
| Constructor and Description | 
|---|
| EnumeratedValues(V[] values)Creates an enumeration, with an array of values, and freezes it. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RolapAggregatorDescribes an aggregation operator, such as "sum" or "count". | 
| static class  | RolapAggregator.AvgFromAvgAggregator used for aggregate tables implementing the
 average aggregator. | 
| static class  | RolapAggregator.AvgFromSumAggregator used for aggregate tables implementing the
 average aggregator. | 
| static class  | RolapAggregator.BaseAggorThis is the base class for implementing aggregators over sum and
 average columns in an aggregate table. | 
| static class  | RolapAggregator.SumFromAvgThis is an aggregator used for aggregate tables implementing the
 sum aggregator. | 
Copyright © 2021 Hitachi Vantara. All rights reserved.