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 class
Property
Property
is 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 class
RolapAggregator
Describes an aggregation operator, such as "sum" or "count".static class
RolapAggregator.AvgFromAvg
Aggregator used for aggregate tables implementing the average aggregator.static class
RolapAggregator.AvgFromSum
Aggregator used for aggregate tables implementing the average aggregator.static class
RolapAggregator.BaseAggor
This is the base class for implementing aggregators over sum and average columns in an aggregate table.static class
RolapAggregator.SumFromAvg
This is an aggregator used for aggregate tables implementing the sum aggregator.
-