Uses of Class
mondrian.rolap.aggmatcher.AggStar.FactTable.Measure
-
Packages that use AggStar.FactTable.Measure Package Description mondrian.rolap.aggmatcher Defines a 'matcher' which scans the schema to find candidate aggregate tables. -
-
Uses of AggStar.FactTable.Measure in mondrian.rolap.aggmatcher
Methods in mondrian.rolap.aggmatcher that return AggStar.FactTable.Measure Modifier and Type Method Description AggStar.FactTable.Measure
AggStar. lookupMeasure(int bitPos)
Get the Measure at the given bit position or return null.Methods in mondrian.rolap.aggmatcher that return types with arguments of type AggStar.FactTable.Measure Modifier and Type Method Description List<AggStar.FactTable.Measure>
AggStar.FactTable. getMeasures()
Returns a list of all measures.
-