Uses of Interface
mondrian.olap.EnumeratedValues.Value
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.
-
Uses of EnumeratedValues.Value in mondrian.olap
Modifier and TypeClassDescriptionclass
EnumeratedValues<V extends EnumeratedValues.Value>
EnumeratedValues
is a helper class for declaring a set of symbolic constants which have names, ordinals, and possibly descriptions.Modifier and TypeClassDescriptionstatic class
BasicValue
is an obvious implementation ofEnumeratedValues.Value
.class
Property
is the definition of a member property.ModifierConstructorDescriptionEnumeratedValues
(V[] values) Creates an enumeration, with an array of values, and freezes it. -
Uses of EnumeratedValues.Value in mondrian.rolap
Modifier and TypeClassDescriptionclass
Describes an aggregation operator, such as "sum" or "count".static class
Aggregator used for aggregate tables implementing the average aggregator.static class
Aggregator used for aggregate tables implementing the average aggregator.static class
This is the base class for implementing aggregators over sum and average columns in an aggregate table.static class
This is an aggregator used for aggregate tables implementing the sum aggregator.