Uses of Class
mondrian.olap.EnumeratedValues.BasicValue
-
Packages that use EnumeratedValues.BasicValue 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. -
-
Uses of EnumeratedValues.BasicValue in mondrian.olap
Subclasses of EnumeratedValues.BasicValue in mondrian.olap Modifier and Type Class Description classPropertyPropertyis the definition of a member property. -
Uses of EnumeratedValues.BasicValue in mondrian.rolap
Subclasses of EnumeratedValues.BasicValue in mondrian.rolap Modifier and Type Class Description classRolapAggregatorDescribes an aggregation operator, such as "sum" or "count".static classRolapAggregator.AvgFromAvgAggregator used for aggregate tables implementing the average aggregator.static classRolapAggregator.AvgFromSumAggregator used for aggregate tables implementing the average aggregator.static classRolapAggregator.BaseAggorThis is the base class for implementing aggregators over sum and average columns in an aggregate table.static classRolapAggregator.SumFromAvgThis is an aggregator used for aggregate tables implementing the sum aggregator.
-