Uses of Class
mondrian.rolap.RolapStar.Measure
-
Packages that use RolapStar.Measure Package Description mondrian.rolap Implements the data access layer for the olap package.mondrian.rolap.agg Manages a cache of aggregates containing cell values.mondrian.rolap.aggmatcher Defines a 'matcher' which scans the schema to find candidate aggregate tables. -
-
Uses of RolapStar.Measure in mondrian.rolap
Methods in mondrian.rolap that return RolapStar.Measure Modifier and Type Method Description static RolapStar.MeasureRolapStar. getStarMeasure(Member member)Retrieves theRolapStar.Measurein which a measure is stored.RolapStar.MeasureRolapStar.Table. lookupMeasureByName(String cubeName, String name)Look up aRolapStar.Measureby its name.Constructor parameters in mondrian.rolap with type arguments of type RolapStar.Measure Constructor Description RolapCacheRegion(RolapStar star, List<RolapStar.Measure> starMeasureList) -
Uses of RolapStar.Measure in mondrian.rolap.agg
Fields in mondrian.rolap.agg declared as RolapStar.Measure Modifier and Type Field Description RolapStar.MeasureSegment. measureMethods in mondrian.rolap.agg that return RolapStar.Measure Modifier and Type Method Description RolapStar.MeasureCellRequest. getMeasure()Returns the measure of this cell request.RolapStar.MeasureQuerySpec. getMeasure(int i)Methods in mondrian.rolap.agg that return types with arguments of type RolapStar.Measure Modifier and Type Method Description List<RolapStar.Measure>DrillThroughCellRequest. getDrillThroughMeasures()Methods in mondrian.rolap.agg with parameters of type RolapStar.Measure Modifier and Type Method Description voidDrillThroughCellRequest. addDrillThroughMeasure(RolapStar.Measure measure)booleanDrillThroughCellRequest. includeInSelect(RolapStar.Measure measure)protected booleanAbstractQuerySpec. isPartOfSelect(RolapStar.Measure measure)Allows subclasses to specify if a given column must be returned as part of the result set, in the select clause.booleanSegment. matches(AggregationKey aggregationKey, RolapStar.Measure measure)static SegmentSegmentBuilder. toSegment(SegmentHeader header, RolapStar star, BitKey constrainedColumnsBitKey, RolapStar.Column[] constrainedColumns, RolapStar.Measure measure, List<StarPredicate> compoundPredicates)Creates a segment from a SegmentHeader.Method parameters in mondrian.rolap.agg with type arguments of type RolapStar.Measure Modifier and Type Method Description voidAggregation. load(SegmentCacheManager cacheMgr, int cellRequestCount, RolapStar.Column[] columns, List<RolapStar.Measure> measures, StarColumnPredicate[] predicates, GroupingSetsCollector groupingSetsCollector, List<Future<Map<Segment,SegmentWithData>>> segmentFutures)Loads a set of segments into this aggregation, one per measure, each constrained by the same set of column values, and each pinned once.static voidAggregationManager. loadAggregation(SegmentCacheManager cacheMgr, int cellRequestCount, List<RolapStar.Measure> measures, RolapStar.Column[] columns, AggregationKey aggregationKey, StarColumnPredicate[] predicates, GroupingSetsCollector groupingSetsCollector, List<Future<Map<Segment,SegmentWithData>>> segmentFutures)Called by FastBatchingCellReader.load where the RolapStar creates an Aggregation if needed.Constructors in mondrian.rolap.agg with parameters of type RolapStar.Measure Constructor Description CellRequest(RolapStar.Measure measure, boolean extendedContext, boolean drillThrough)Creates aCellRequest.DrillThroughCellRequest(RolapStar.Measure measure, boolean extendedContext, List<OlapElement> nonApplicableFields)Segment(RolapStar star, BitKey constrainedColumnsBitKey, RolapStar.Column[] columns, RolapStar.Measure measure, StarColumnPredicate[] predicates, List<Segment.ExcludedRegion> excludedRegions, List<StarPredicate> compoundPredicateList)Creates aSegment; it's not loaded yet.StarSegmentConverter(RolapStar.Measure measure, List<StarPredicate> compoundPredicateList) -
Uses of RolapStar.Measure in mondrian.rolap.aggmatcher
Fields in mondrian.rolap.aggmatcher declared as RolapStar.Measure Modifier and Type Field Description RolapStar.MeasureJdbcSchema.Table.Column.Usage. rMeasure
-